    /* header */
    
    #header,
    #header * {
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
    
    #header.slow {
        top: -129px;
    }
    
    #header.slow.on {
        top: 0;
    }
    
    #header {
        width: 100%;
        min-width: 1200px;
        max-width: 2048px;
        margin: auto;
        height: 100px;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 999;
    }
    
    #header header {
        width: 100%;
        height: 129px;
        background: url(../images/hea_rt.png) no-repeat center top;
    }
    
    #header .lf {
        width: 400px;
        height: 129px;
        float: left;
        padding-left: 80px;
        background: url(../images/hea_lf.png) no-repeat center top;
        transition: all 0.7s;
    }
    
    #header .logo {
        float: left;
        width: 188px;
        height: 100px;
        background: url(../images/logo.png) no-repeat center;
    }
    
    #header .h_right {
        float: right;
        height: 100px;
        margin-right: 40px;
    }
    
    #header .h_right .serch {
        float: left;
        width: 15px;
        height: 15px;
        margin-top: 43px;
        background: url(../images/serch-on.png) no-repeat center;
        cursor: pointer;
    }
    
    #header.on .h_right .serch {
        background: url(../images/serch.png) no-repeat center;
    }
    
    #header .h_right .lang {
        float: left;
        width: 60px;
        height: 30px;
        background: url(../images/lang.png) no-repeat center;
        margin-top: 35px;
        margin-left: 20px;
    }
    
    #header .h_right .lang a {
        font-size: 14px;
        color: #fff;
        line-height: 30px;
        text-align: center;
    }
    
    #header .h_right .menu {
        float: left;
        width: 60px;
        height: 60px;
        margin-left: 20px;
        margin-top: 20px;
        cursor: pointer;
    }
    
    #header .h_right .menu span {
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 30px;
        width: 30px;
        height: 2px;
        background-color: #f08300;
        transition: background-color 0.3s ease-out 0.1s;
        -webkit-transition: background-color 0.3s ease-out 0.1s;
        display: block !important;
    }
    
    #header .h_right .menu span::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: -10px;
        width: 30px;
        height: 2px;
        background-color: #f08300;
        transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
        -webkit-transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
    }
    
    #header .h_right .menu span::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
        width: 15px;
        height: 2px;
        background-color: #f08300;
        transition: transform 0.3s ease-out, top 0.5s ease 0.4s, all 0.5s;
        -webkit-transition: transform 0.3s ease-out, top 0.5s ease 0.4s, all 0.5s;
    }
    
    #header.on {
        background-color: #ddeeed;
    }
    
    #header.on header {
        background: transparent;
    }
    
    #header.on .lf {
        background: transparent;
    }
    
    #header.on .logo {
        background: url(../images/logo-on.png) no-repeat center;
    }
    
    #header.on .h_right {
        /* background-image: url(../images/h_right-on.png); */
    }
    
    #header .h_right>ul {
        float: left;
    }
    
    #header .h_right>ul li {
        float: left;
        text-align: center;
        position: relative;
    }
    
    #header .h_right>ul li a {
        position: relative;
        /* padding: 0 16px; */
        line-height: 100px;
        /* margin-left: 10px; */
        color: #fff;
        display: inline-block;
        font-size: 16px;
        position: relative;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        margin-right: 50px;
        /* opacity: 0; */
    }
    
    #header .h_right>ul li:first-child a::after {
        opacity: 0;
    }
    
    #header .h_right>ul li:nth-child(5) a::after,#header .h_right>ul li:nth-child(7) a::after {
        opacity: 0;
    }
    
    #header .h_right>ul li a::after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: -10px;
        width: 5px;
        height: 3px;
        background: url(../images/add/sj_on.png) no-repeat center;
    }
    
    #header.on .h_right>ul li a::after {
        background: url(../images/add/sj.png) no-repeat center;
    }
    
    #header.on .h_right>ul li a {
        color: #505252;
    }
    /* #header .h_right>ul li a:hover,
#header .h_right>ul li a.on {
    color: #ff7200;
} */
    
    #header .h_right>ul .nav_er {
        width: 140px;
        /* min-width: 1200px; */
        /* max-width: 1920px; */
        position: absolute;
        top: 78%;
        left: -40px;
        display: none;
        /* text-align: center; */
        transition: height 0.4s ease-out;
        -webkit-transition: height 1s ease-out;
    }
    
    .float {
        display: none;
    }
    
    #header.on .h_right>ul .nav_er {
        top: 100%;
        /* margin-top: 4px; */
    }
    
    #header .h_right>ul .nav_er .div_dl {
        background: rgba(2, 64, 59, 0.5);
        border-radius: 0 0 5px 5px;
        overflow: hidden;
        padding: 10px 0;
    }
    
    #header .h_right>ul .nav_er .div_dl a {
        /* float: left; */
        color: #fff;
        display: block;
        line-height: 30px;
        font-size: 14px;
        margin: 0;
        opacity: 1;
    }
    /* footer */
    
    #footer {
        min-width: 1200px;
        max-width: 2048px;
        position: relative;
        z-index: 1001;
        height: 260px;
        background: #f3f3f3;
        border-top: 2px solid #fff;
        padding-top: 45px;
    }
    
    #footer .w1200 {
        position: relative;
        height: 100%;
    }
    
    #footer .w1200 .inp {
        position: absolute;
        right: 0;
        top: 0;
        width: 275px;
        height: 44px;
        background: #fff;
        border: 1px solid #a0a0a0;
    }
    
    #footer .w1200 .inp input {
        width: 220px;
        padding-left: 12px;
        font-size: 14px;
        color: rgba(83, 83, 83, 0.47);
        line-height: 42px;
        height: 42px;
    }
    
    #footer .w1200 .inp .btn {
        position: absolute;
        top: 12px;
        right: 16px;
        width: 17px;
        height: 17px;
        background: url(../images/foot-serch.png) no-repeat center;
        cursor: pointer;
    }
    
    #footer .tab {
        margin-top: 40px;
        padding-bottom: 17px;
        border-bottom: 1px solid #fff;
    }
    
    #footer .tab li {
        display: inline-block;
        margin-right: 17px;
        line-height: 1;
    }
    
    #footer .tab li a {
        font-size: 14px;
        color: #766a5e;
    }
    
    #footer .wx-box {
        position: absolute;
        top: 98px;
        right: 0;
        width: 22px;
        height: 19px;
    }
    
    #footer .wx-box .wx {
        position: relative;
        width: 22px;
        height: 19px;
        background: url(../images/foot-vx.png) no-repeat center;
    }
    
    #footer .wx-box .wx .pos {
        display: none;
        width: 100px;
        max-width: none;
        box-shadow: 0 0 25px -4px rgb(0 0 0 / 30%);
        position: absolute;
        left: -42px;
        bottom: 37px;
    }
    
    #footer .wx-box .wx:hover .pos {
        display: block;
    }
    
    #footer .bom {
        position: relative;
        margin-top: 12px;
    }
    
    #footer .bom .reenoo {
        position: absolute;
        top: 10px;
        right: 0;
    }
    
    #footer .bom li {
        float: left;
        margin-right: 15px;
        font-size: 13px;
        color: #766a5e;
        opacity: 0.7;
        cursor: pointer;
    }
    
    #footer .bom li a {
        font-size: 13px;
        color: #766a5e;
    }
    
    .w1200 {
        width: 1200px;
        margin: 0 auto;
    }
    
    .pub-ban {
        width: 100%;
        height: 490px;
        background: no-repeat center;
        overflow: hidden;
    }
    
    .pub-ban .w1200 {
        position: relative;
        height: 100%;
    }
    
    .pub-ban .w1200 .icon {
        position: absolute;
        right: 0;
        bottom: -40px;
        width: 182px;
        height: 222px;
        background: url(../images/about/ban-icon.png) no-repeat center;
    }
    
    .pub-tab {
        width: 100%;
        height: 168px;
        background: #02403b;
    }
    
    .pub-tab .tit {
        position: relative;
        float: left;
        font-size: 32px;
        color: #e7fdfb;
        line-height: 168px;
        padding-left: 50px;
    }
    
    .pub-tab .tit::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
        width: 40px;
        height: 3px;
        background: #e7fdfb;
    }
    
    .pub-tab .tab-ul {
        float: right;
    }
    
    .pub-tab .tab-ul li {
        float: left;
        width: 130px;
        height: 56px;
        background: #285c58;
        margin-right: 10px;
        margin-top: 55px;
        border-radius: 50px;
    }
    
    .pub-tab .tab-ul li.on {
        background: #cbaf2c;
    }
    
    .pub-tab .tab-ul li a {
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 56px;
    }
    /* banner */
    
    .top {
        /* min-width: 1200px;
    max-width: 2048px; */
        position: relative;
        z-index: 99;
        background: #fff;
    }
    
    .top .cont {
        width: 1200px;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
    }
    
    .top .cont .bt {
        position: absolute;
        right: 0;
        top: -266px;
    }
    
    .height {
        width: 100%;
        min-width: 1200px;
        max-width: 2048px;
        margin: auto;
        position: fixed !important;
        top: 0px;
        left: 0px;
        right: 0px;
        overflow: hidden;
    }
    
    .banner {
        max-width: 2048px;
        margin: 0 auto !important;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .banner .tempWrap {
        height: 100%;
    }
    
    .banner .ms-slide img {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    /* .banner .ms-slide.on img {
    -webkit-transition: all 2s .4s;
    transition: all 2s .4s;
    -webkit-transform: scaleX(1.15);
    transform: scaleX(1.15);
} */
    /* .banner .bd li:nth-child(2):before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
} */
    
    .banner .bd li .imgs {
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .banner .bd {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .banner .bd ul {
        width: 100% !important;
        height: 100%;
    }
    
    .banner .bd .videoBox {
        width: 1270px;
        height: 100%;
        margin: auto;
    }
    
    .banner video {
        object-fit: cover;
        width: 2048px;
        height: 100%;
        margin-left: calc( ( 1270px - 2048px) / 2);
    }
    
    .banner .bd li {
        width: 100% !important;
        max-width: 2048px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }
    
    .banner .bd .content {
        width: 1200px;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
    }
    
    .banner .bd li .content .ban_t {
        width: 100%;
        height: 195px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -130px;
        z-index: 99;
    }
    
    .banner .bd li .content .ban_t .en {
        font-size: 165px;
        color: #ffffff;
        font-family: "Gilroy-Bold";
        text-transform: uppercase;
        line-height: 1;
        margin-left: -10px;
    }
    
    .banner .bd li .content .ban_t .en em {
        display: inline-block;
        transition-property: transform, opacity, -webkit-transform;
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    
    .banner .bd li.li1 .content .ban_t .en {
        color: #02403b;
    }
    
    .banner .bd li.li3 .content .ban_t .cn {
        color: #ffffff;
    }
    
    .banner .bd li.li4 .content .ban_t .en {
        font-size: 90px;
        color: #f08300;
        margin-top: -100px;
        margin-bottom: 30px;
    }
    
    .banner .bd li.li4 .content .ban_t .cn {
        color: #02403b;
    }
    
    .banner .bd li .content .ban_t .cn em {
        display: inline-block;
        transition-property: transform, opacity, -webkit-transform;
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    
    .banner .bd li .content .ban_t .cn {
        font-size: 44px;
        line-height: 1;
        color: #ffde00;
        letter-spacing: 15px;
    }
    
    .banner .bd li .content .ban_t .vx-box {
        position: relative;
        width: 217px;
        height: 52px;
        border-radius: 50px;
        background: #cbaf2c url(../images/add/wx.png) no-repeat 30px center;
        padding-left: 67px;
        box-sizing: border-box;
        margin-top: 25px;
        cursor: pointer;
    }
    
    .banner .bd li .content .ban_t .vx-box:hover .img {
        opacity: 1;
    }
    
    .banner .bd li .content .ban_t .vx-box .img {
        position: absolute;
        bottom: -145px;
        left: 42px;
        width: 130px;
        height: 140px;
        background: url(../images/add/vx-bg.png) no-repeat center;
        opacity: 0;
        transition: all .5s;
        pointer-events: none;
    }
    
    .banner .bd li .content .ban_t .vx-box .img .ewm {
        width: 120px;
        height: 120px;
        margin: 0 auto;
        margin-top: 15px;
    }
    
    .banner .bd li .content .ban_t .vx-box .img .ewm img {
        width: 100%;
        height: 100%;
    }
    
    .banner .bd li .content .ban_t .vx-box h6 {
        font-size: 18px;
        color: #fff;
        line-height: 52px;
    }
    
    .banner .next,
    .banner .prev {
        width: 70px;
        height: 70px;
        cursor: pointer;
        top: 50%;
        margin-top: -35px;
        position: absolute;
        z-index: 110;
        -webkit-transition: all .6s;
        transition: all .6s;
    }
    
    .banner .next {
        opacity: 0;
        filter: Alpha(opacity=0);
        right: 0;
        background: url(../images/next.png) no-repeat center;
    }
    
    .banner .prev {
        opacity: 0;
        filter: Alpha(opacity=0);
        left: 0;
        background: url(../images/prev.png) no-repeat center;
    }
    
    .banner:hover .prev {
        filter: Alpha(opacity=100);
        opacity: 1 !important;
        display: block !important;
        -o-transform: translate( 40px, 0);
        -ms-transform: translate( 40px, 0);
        -moz-transform: translate( 40px, 0);
        -webkit-transform: translate( 40px, 0);
        transform: translate( 40px, 0);
    }
    
    .banner:hover .next {
        filter: Alpha(opacity=100);
        opacity: 1 !important;
        display: block !important;
        -o-transform: translate( -40px, 0);
        -ms-transform: translate( -40px, 0);
        -moz-transform: translate( -40px, 0);
        -webkit-transform: translate( -40px, 0);
        transform: translate( -40px, 0);
    }
    
    .banner .hd {
        height: 41px;
        position: absolute;
        left: 0;
        bottom: 105px;
        z-index: 99;
        right: 0;
        width: 1200px;
        margin: auto;
    }
    
    .banner .hd ul {
        padding: 0 30px;
        float: left;
        height: 40px;
        background: rgba(10, 10, 10, 0.85);
        border-radius: 50px;
    }
    
    .banner .hd ul li {
        position: relative;
        margin-top: 18px;
        display: inline-block;
        width: 30px;
        transition: all 0.7s;
        height: 4px;
        background: #fff;
        margin-right: 3px;
    }
    
    .banner .hd ul li.on {
        width: 90px;
    }
    
    .banner .hd ul li:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background: #f08300;
        display: block;
        transition: all 2s;
    }
    
    .banner .hd ul li:nth-child(1).on:after {
        transition: all 16s;
    }
    
    .banner .hd ul li.on:after {
        width: 100%;
        transition: all 6.5s;
    }
    
    .banner .hd ul li div {
        box-sizing: unset;
    }
    
    .banner .hd ul li em {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        line-height: 98px;
        text-align: center;
        font-size: 20px;
        color: #fff;
    }
    
    .banner .hd ul li .circle_process {
        display: none;
    }
    
    .banner .hd ul li.on .circle_process {
        display: block;
    }
    
    .banner .bt {
        position: absolute;
        right: 0;
        bottom: -55px;
        z-index: 20;
    }
    
    .ico1 {
        width: 100%;
        max-width: 2048px;
        background: url(../images/ioc1_bg.jpg) no-repeat center top;
        /* height: 749px; */
        padding-top: 36px;
    }

    .ico1 .content{
        padding-bottom: 60px;
    }

    .ico1 .content:after{
        content: "";
        display: block;
        height: 0;
        clear: both;
    }
    
    .ico1 .ul {
        overflow: hidden;
    }
    
    .ico1 .ul .project {
        float: left;
        width: 375px;
        height: 200px;
        margin-right: 37px;
    }

    .ico1 .ul .project.big{
        margin-top: 37px;
        width: 581px;
        margin-right: 38px;
    }
    
    .ico1 .ul .project:last-child {
        margin-right: 0;
    }
    
    .ico1 .ul .project .font {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 40px;
    }
    
    .ico1 .ul .project .font .en {
        font-size: 24px;
        color: #000;
        opacity: 0.2;
        font-family: "HELVETI1";
        margin-bottom: 8px;
        text-transform: uppercase;
    }
    
    .ico1 .ul .project .font h6 {
        font-size: 24px;
        color: #000;
        margin-bottom: 5px;
    }
    
    .ico1 .ul .project .font p {
        font-size: 14px;
        color: #000;
        margin-bottom: 25px;
        font-weight: 400;
    }
    
    .ico1 .ul .project .shine {
        opacity: 0 !important;
    }
    
    .ico1 .ul .project .font .btn {
        width: 47px;
        height: 10px;
        background: url(../images/index/ind-btn1.png) no-repeat center;
    }
    
    .ico1 .ul .project .font .ic {
        position: absolute;
        top: 40px;
        right: 25px;
    }
    
    .ico1 .ul .project .font1 {
        background: #c49a4a;
    }
    
    .ico1 .ul .project .font2 {
        background: #c49a4a;
    }
    
    .ico1 .ul .project .font3 {
        background: #c49a4a;
    }
    
    .ico1 .ul .project .font4 {
        background: #9da230;
    }
    
    .ico1 .ul .project .font5 {
        background: #ddc91e;
    }
    
    .ico1 .tit {
        font-size: 44px;
        color: #000;
        line-height: 1;
        padding-top: 30px;
        margin-top: 45px;
        margin-bottom: 10px;
        background: url(../images/index/ipg1-en.png) no-repeat top left;
    }
    
    .ico1 .fl {
        position: relative;
        width: 593px;
        /* height: 320px; */
        background: #fff;
    }
    
    .ico1 .fl::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 170px;
        height: 100%;
        /* height: 320px; */
        background: #d9eceb;
        z-index: -1;
    }
    
    #CalendarContainer {
        width: 593px;
        /* height: 320px; */
    }
    
    #CalendarContainer .Calendar_header {
        width: 100%;
        height: 70px;
        background: #325551;
    }
    
    #CalendarContainer .Current_Date {
        font-size: 16px;
        font-family: "HELVETI1";
        color: #adcdca;
        line-height: 1;
        padding-top: 8px;
        letter-spacing: 1px;
    }
    
    #CalendarContainer .Current_Date em {
        font-size: 34px;
    }
    
    .trigger {
        padding: 0 20px;
    }
    
    .trigger_week td {
        font-size: 14px;
        color: #adcdca;
        padding-left: 50px;
    }
    
    .Calendar_body tr {
        border-bottom: 1px solid #f1f1f1;
    }
    
    .Calendar_body tr:last-child {
        border-bottom: none;
    }
    
    .Calendar_body td {
        position: relative;
        font-size: 16px;
        color: #325551;
        font-family: "HELVETI1";
        height: 50px;
        padding-left: 50px;
        border-right: 1px solid #f1f1f1;
    }
    
    .Calendar_body td a {
        margin-top: -10px;
    }
    
    .Calendar_body td .xx {
        position: absolute;
        right: 20px;
        bottom: 11px;
    }
    
    .Calendar_body td .xx li {
        float: left;
        width: 10px;
        height: 10px;
        background: no-repeat center;
        display: none;
        margin-left: 2px;
    }
    
    .Calendar_body td .xx li.blue {
        background-image: url(../images/x-blue.png);
    }
    
    .Calendar_body td .xx li.red {
        background-image: url(../images/x-red.png);
    }
    
    .Calendar_body td .xx li.yellow {
        background-image: url(../images/x-yellow.png);
    }
    
    .Calendar_body td .xx li.green {
        background-image: url(../images/x-green.png);
    }
    
    .Calendar_body td .xx li.cyan {
        background-image: url(../images/x-cyan.png);
    }
    
    .Calendar_body td.blue .xx li.blue {
        display: block;
    }
    
    .Calendar_body td.red .xx li.red {
        display: block;
    }
    
    .Calendar_body td.yellow .xx li.yellow {
        display: block;
    }
    
    .Calendar_body td.green .xx li.green {
        display: block;
    }
    
    .Calendar_body td.cyan .xx li.cyan {
        display: block;
    }
    
    .Calendar_body td:nth-child(7) {
        border-right: none;
    }
    
    .ico1 .fr {
        width: 627px;
        height: 328px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 10px;
        overflow: auto;
    }
    
    .ico1 .fr::-webkit-scrollbar {
        width: 6px;
        height: 5px;
        background-color: rgba(225, 225, 225, 1);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 5px;
    }
    
    .ico1 .fr::-webkit-scrollbar-thumb {
        background-color: #878b2b;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 5px;
    }
    
    .exblist {
        width: 585px;
    }
    
    .exblist li {
        position: relative;
        border-top: 1px solid #000;
        padding: 12px 0 15px;
        min-height: 80px;
    }
    
    .exblist li .time {
        float: left;
        width: 165px;
        font-size: 16px;
        color: #666;
        font-family: "HELVETI1";
    }
    
    .exblist li .txt {
        float: right;
        width: 415px;
    }
    
    .exblist li .txt .name {
        font-size: 14px;
        color: #333;
        margin-bottom: 5px;
    }
    
    .exblist li .txt .venue {
        font-size: 14px;
        color: #999;
    }
    
    .exblist li .xx {
        position: absolute;
        left: 0;
        top: 45px;
    }
    
    .exblist li .xx a {
        float: left;
        width: 10px;
        height: 10px;
        margin-right: 2px;
        background: no-repeat center;
        display: none;
    }
    
    .exblist li .xx a.blue {
        background-image: url(../images/x-blue.png);
    }
    
    .exblist li .xx a.red {
        background-image: url(../images/x-red.png);
    }
    
    .exblist li .xx a.yellow {
        background-image: url(../images/x-yellow.png);
    }
    
    .exblist li .xx a.green {
        background-image: url(../images/x-green.png);
    }
    
    .exblist li .xx a.cyan {
        background-image: url(../images/x-cyan.png);
    }
    
    .exblist li.blue .xx a.blue {
        display: block;
    }
    
    .exblist li.red .xx a.red {
        display: block;
    }
    
    .exblist li.yellow .xx a.yellow {
        display: block;
    }
    
    .exblist li.green .xx a.green {
        display: block;
    }
    
    .exblist li.cyan .xx a.cyan {
        display: block;
    }
    
    .ico2 {
        width: 100%;
        max-width: 2048px;
        background: url(../images/ioc2_bg.jpg) no-repeat center center;
        height: 711px;
        padding-top: 45px;
    }
    
    .ico2 .title {
        font-size: 44px;
        color: #fff;
        text-align: center;
        line-height: 1;
        margin-bottom: 30px;
        padding-top: 33px;
        background: url(../images/index/ipg2-en.png) no-repeat center top;
    }
    
    .ico2 .ban {
        position: relative;
    }
    
    .ico2 .ban ul li {
        float: left;
        margin-right: 13px;
    }
    
    .ico2 .ban li {
        position: relative;
        width: 290px;
        height: 375px;
    }
    
    .ico2 .ban li .img {
        overflow: hidden;
    }
    
    .ico2 .ban li .font {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 270px;
        height: 160px;
        padding: 28px 20px;
        background: #fff;
    }
    
    .ico2 .ban li .font .time {
        font-family: "Gilroy-Bold";
        font-size: 16px;
        color: #000;
        margin-bottom: 12px;
        overflow: hidden;
    }
    
    .ico2 .ban li .font .time>div {
        float: left;
        margin-right: 10px;
        font-size: 16px;
        color: #000;
        font-family: "Gilroy-Bold";
    }
    
    .ico2 .ban li .font h6 {
        font-size: 18px;
        color: #000;
        line-height: 24px;
        border-bottom: 1px solid #a3a3a3;
        display: inline;
    }
    
    .ico2 .ban ul li:nth-child(2n) {
        margin-top: 30px;
    }
    
    .ico2 .ban ul {
        width: 1250px;
    }
    /* .ico2 .ban ul li:nth-child(4) {
    margin-top: 30px;
    margin-right: 0;
} */
    
    .ico2 .ban .btn {
        position: absolute;
        top: 35%;
        transform: translateY(-50%);
        cursor: pointer;
    }
    
    .ico2 .ban .btn.left {
        left: -20px;
    }
    
    .ico2 .ban .btn.right {
        right: -20px;
    }
    
    .ico2 .more {
        width: 160px;
        height: 50px;
        background: #cbaf2c;
        border-radius: 50px;
        margin: 0 auto;
        margin-top: 40px;
    }
    
    .ico2 .more a {
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 50px;
    }
    
    .ico2 .more img {
        display: block;
        margin: 0 auto;
    }
    
    .ico3 {
        position: relative;
        width: 100%;
        max-width: 2048px;
        background: url(../images/ico3_bg.png) no-repeat center center;
        height: 835px;
        padding-top: 150px;
        margin-top: -50px;
    }
    
    .ico3 .txt .en {
        font-size: 174px;
        color: #131117;
        font-family: "HELVETI1";
        text-transform: uppercase;
        line-height: 1;
    }
    
    .ico3 .txt h6 {
        font-size: 44px;
        color: #000;
        line-height: 1;
        position: relative;
        padding-left: 75px;
        margin-bottom: 45px;
    }
    
    .ico3 .txt h6::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -4px;
        width: 50px;
        height: 8px;
        background: #cbaf2c;
    }
    
    .ico3 .txt .p-box {
        width: 510px;
        margin-left: 75px;
    }
    
    .ico3 .txt .p-box p {
        font-size: 13px;
        color: #000;
        opacity: 0.7;
    }
    
    .ico3 .num {
        margin-left: 75px;
        margin-top: 56px;
        position: relative;
        /* width: 531px; */
        height: 74px;
    }
    
    .ico3 .num .shu {
        position: absolute;
        top: 15px;
    }
    
    .ico3 .num .shu em {
        position: relative;
        font-family: "HELVETI1";
        font-size: 66px;
        color: #000000;
    }
    
    .ico3 .num .shu p {
        font-size: 14px;
        color: #000;
        opacity: 0.7;
    }
    
    .ico3 .num .shu.num1 em::after {
        content: "个";
        position: absolute;
        right: -30px;
        top: 0;
        font-size: 24px;
        background: none;
    }
    
    .ico3 .num .shu em::after {
        content: "";
        position: absolute;
        right: -30px;
        top: 0;
        width: 24px;
        height: 24px;
        background: url(../images/index/ipg3-num.png) no-repeat center;
    }
    
    .ico3 .num .num1 {
        left: 0;
    }
    
    .ico3 .num .num2 {
        left: 168px;
    }
    
    .ico3 .num .num3 {
        left: 354px;
    }
    
    .ico3 .more {
        margin-top: 40px;
        margin-left: 75px;
        width: 160px;
        height: 50px;
        background: #cbaf2c;
        border-radius: 50px;
    }
    
    .ico3 .more a {
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 50px;
    }
    
    .ico3 .content {
        height: 100%;
        position: relative;
    }
    
    .ico3 .box {
        position: absolute;
        right: 175px;
        top: 170px;
        width: 210px;
        height: 210px;
        background: url(../images/ipg3-square.jpg) no-repeat center;
        z-index: 88;
    }
    
    .ico3 .box a {
        position: relative;
        float: left;
        width: 105px;
        height: 105px;
        padding-top: 25px;
        overflow: hidden;
    }
    
    .ico3 .box a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 111px;
        height: 111px;
        background: url(../images/ipg3-ic.png) no-repeat center;
        opacity: 0;
        transition: all .5s;
    }
    
    .ico3 .box a:hover::after {
        opacity: 1;
    }
    /* .ico3 .box li:hover{
  background-image: url(../images/ipg3-ic.png);
} */
    
    .ico3 .box a .ic {
        position: relative;
        z-index: 2;
        text-align: center;
        margin-bottom: 8px;
    }
    
    .ico3 .box a .ic img {
        display: inline-block;
    }
    
    .ico3 .box a p {
        position: relative;
        z-index: 2;
        text-align: center;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        transition: all .5s;
    }
    
    .ico3 .box a:hover p {
        color: #ff9600;
    }
    
    .ico4 {
        position: relative;
        z-index: 555;
        padding-top: 60px;
        width: 100%;
        max-width: 2048px;
        background: url(../images/ioc4_bg.jpg) no-repeat center center;
        height: 513px;
    }
    
    .ico4 .title {
        font-size: 44px;
        color: #000;
        padding-left: 400px;
        padding-top: 30px;
        line-height: 1;
        background: url(../images/index/ipg4-en.png) no-repeat 400px top;
        margin-bottom: 45px;
    }
    
    .ico4 .ul {
        width: 1250px;
    }
    
    .ico4 .ul .li {
        float: left;
        width: 395px;
        height: 240px;
        margin-right: 7.5px;
        background: no-repeat center;
        padding: 40px;
    }
    
    .ico4 .ul .li h6 {
        font-size: 24px;
        color: #000;
        line-height: 1;
        margin-bottom: 20px;
    }
    
    .ico4 .ul .li .en {
        font-size: 24px;
        color: rgba(0, 0, 0, 0.2);
        font-family: "HELVETI1";
        line-height: 1;
        margin-bottom: 55px;
        text-transform: uppercase;
        letter-spacing: -1px;
    }
    
    .ico4 .ul .li .btn {
        width: 47px;
        height: 10px;
        background: url(../images/index/ind-btn1.png) no-repeat center;
    }
    
    .ins_nav {
        float: right;
        padding-top: 545px;
    }
    
    .ins_nav li {
        float: left;
        width: 130px;
        height: 56px;
        margin-left: 10px;
    }
    
    .ins_nav li a {
        width: 100%;
        height: 100%;
    }
    
    .bwg3 .w1200 {
        position: relative;
    }
    
    .bwg3 .back {
        position: absolute;
        top: 796px;
        left: 0;
        width: 90px;
        height: 46px;
        background: url(../images/add/back.jpg) no-repeat center;
        z-index: 8;
        cursor: pointer;
        display: none;
    }
    
    .bwg3 .pic {
        position: absolute;
        top: 796px;
        left: 0;
        width: 1015px;
        height: 700px;
        cursor: pointer;
    }
    
    .bwg3 .tips-box {
        position: absolute;
        top: 919px;
        left: 120px;
        width: 399px;
        height: 216px;
        cursor: pointer;
        display: none;
    }
    
    .bwg3 .tips {
        position: absolute;
        top: -150px;
        left: 29px;
        width: 390px;
        height: 303px;
        cursor: pointer;
        background: url(../images/add/tips.png) no-repeat center;
        opacity: 0;
        transition: all 0.5s;
    }
    
    .bwg3 .tips-box:hover .tips {
        opacity: 1;
    }
    
    .bwg3-nav {
        position: absolute;
        top: 796px;
        right: 0;
    }
    
    .bwg3-nav li {
        width: 182px;
        height: 108px;
        cursor: pointer;
    }
    
    .bwg3-nav li.on {
        width: 216px;
    }
    
    .bwg3-nav li:nth-child(2) {
        height: 80px;
    }
    
    .bwg3-nav li:nth-child(4) {
        height: 80px;
    }
    
    @media screen and (max-width: 1440px) {
        .banner .bd li .content .ban_t .en {
            font-size: 120px;
        }
        .banner .bd li .content .ban_t .cn {
            font-size: 36px;
        }
    }
    
    .news_box {
        width: 1200px;
        margin: 0 auto;
        height: 100%;
        padding-top: 660px;
    }
    
    .about .ipg1 {
        width: 100%;
        height: 843px;
        background: url(../images/about/ab1.jpg) no-repeat center;
        padding-top: 190px;
    }
    
    .about .ipg1 .w1200 {
        position: relative;
        height: 100%;
    }
    
    .about .ipg1 .img {
        position: absolute;
        bottom: 75px;
        left: -425px;
    }
    
    .about .ipg1 .font {
        float: right;
        width: 696px;
        padding-top: 120px;
        padding-left: 60px;
    }
    
    .about .ipg1 .font h6 {
        font-size: 30px;
        color: #02403b;
        margin-bottom: 15px;
        line-height: 1;
    }
    
    .about .ipg1 .font h5 {
        font-size: 24px;
        color: #676767;
        margin-bottom: 45px;
    }
    
    .about .ipg1 .font p {
        font-size: 14px;
        color: #646467;
    }
    
    .about .ipg1 .font .btn {
        float: right;
        height: 64px;
        margin-top: 85px;
    }
    
    .about .ipg1 .font .btn .left {
        float: left;
        width: 64px;
        height: 64px;
        background: #02403b url(../images/about/about-ic1.png) no-repeat center;
        margin-right: 2px;
    }
    
    .about .ipg1 .font .btn .right {
        float: left;
        width: 211px;
        height: 64px;
        font-size: 14px;
        color: #fff;
        line-height: 64px;
        padding-left: 15px;
        background: #02403b url(../images/about/about-ic2.png) no-repeat 168px center;
    }
    
    .about .ipg1 .line {
        position: absolute;
        right: 0;
        bottom: 115px;
        width: 1624px;
        height: 4px;
        background: #b4a46b;
    }
    
    .about .ipg2 {
        width: 100%;
        height: 843px;
        background: url(../images/about/ab2.jpg) no-repeat center;
        padding-top: 185px;
    }
    
    .about .ipg2 .w1200 {
        position: relative;
        height: 100%;
    }
    
    .about .ipg2 .img {
        position: absolute;
        bottom: 75px;
        right: -425px;
    }
    
    .about .ipg2 .font {
        width: 696px;
        padding-right: 60px;
    }
    
    .about .ipg2 .font h6 {
        font-size: 30px;
        color: #ffde00;
        margin-bottom: 15px;
        line-height: 1;
    }
    
    .about .ipg2 .font h5 {
        font-size: 24px;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 45px;
    }
    
    .about .ipg2 .font p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 15px;
    }
    
    .about .ipg2 .font .btn {
        height: 64px;
        margin-top: 70px;
    }
    
    .about .ipg2 .font .btn .left {
        float: left;
        width: 64px;
        height: 64px;
        background: #ecfffe url(../images/about/about-ic3.png) no-repeat center;
        margin-right: 2px;
    }
    
    .about .ipg2 .font .btn .right {
        float: left;
        width: 285px;
        height: 64px;
        font-size: 14px;
        color: #53a29b;
        line-height: 64px;
        padding-left: 15px;
        background: #ecfffe url(../images/about/about-ic4.png) no-repeat 240px center;
    }
    
    .about .ipg2 .line {
        position: absolute;
        left: 0;
        bottom: 115px;
        width: 1624px;
        height: 4px;
        background: #e4fffe;
    }
    
    .about .ipg3 {
        width: 100%;
        height: 843px;
        background: url(../images/about/ab3.jpg) no-repeat center;
        padding-top: 190px;
    }
    
    .about .ipg3 .w1200 {
        position: relative;
        height: 100%;
    }
    
    .about .ipg3 .img {
        position: absolute;
        bottom: 75px;
        left: -425px;
    }
    
    .about .ipg3 .font {
        float: right;
        width: 696px;
        padding-left: 60px;
    }
    
    .about .ipg3 .font h6 {
        font-size: 30px;
        color: #02403b;
        margin-bottom: 15px;
        line-height: 1;
    }
    
    .about .ipg3 .font h5 {
        font-size: 24px;
        color: #676767;
        margin-bottom: 40px;
    }
    
    .about .ipg3 .font p {
        font-size: 14px;
        color: #646467;
        opacity: 0.7;
        margin-bottom: 15px;
    }
    
    .about .ipg3 .font .num {
        position: relative;
        /* width: 531px; */
        height: 74px;
        margin-bottom: 30px;
    }
    
    .about .ipg3 .font .num .shu {
        position: absolute;
        top: 15px;
    }
    
    .about .ipg3 .font .num .shu em {
        position: relative;
        font-family: "HELVETI1";
        font-size: 66px;
        color: #000000;
    }
    
    .about .ipg3 .font .num .shu p {
        font-size: 14px;
        color: #000;
        opacity: 0.7;
    }
    
    .about .ipg3 .font .num .shu.num1 em::after {
        content: "个";
        position: absolute;
        right: -30px;
        top: 0;
        font-size: 24px;
        background: none;
    }
    
    .about .ipg3 .font .num .shu em::after {
        content: "";
        position: absolute;
        right: -30px;
        top: 0;
        width: 24px;
        height: 24px;
        background: url(../images/index/ipg3-num.png) no-repeat center;
    }
    
    .about .ipg3 .font .num1 {
        left: 0;
    }
    
    .about .ipg3 .font .num2 {
        left: 168px;
    }
    
    .about .ipg3 .font .num3 {
        left: 354px;
    }
    
    .about .ipg3 .bom-box {
        margin-top: 45px;
    }
    
    .about .ipg3 .bom-box .left {
        float: left;
        width: 248px;
        height: 115px;
        margin-right: 20px;
        background: url(../images/about/about-ic5.png) no-repeat center;
        padding-top: 32px;
        padding-left: 27px;
    }
    
    .about .ipg3 .bom-box .left h6 {
        font-size: 20px;
        color: #000;
        letter-spacing: 3px;
    }
    
    .about .ipg3 .bom-box .right {
        float: left;
        width: 248px;
        height: 115px;
        background: url(../images/about/about-ic6.png) no-repeat center;
        padding-top: 32px;
        padding-left: 27px;
    }
    
    .about .ipg3 .bom-box .right h6 {
        font-size: 20px;
        color: #fff;
        letter-spacing: 3px;
    }
    
    .about .ipg3 .line {
        position: absolute;
        right: 0;
        bottom: 115px;
        width: 1624px;
        height: 4px;
        background: #b4a46b;
    }
    
    .about2 .ipg1 li {
        position: relative;
        width: 100%;
        height: 220px;
        border-bottom: 1px solid #ebebeb;
    }
    
    .about2 .ipg1 li:last-child {
        border-bottom: none;
        margin-bottom: -1px;
    }
    
    .about2 .ipg1 li::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 220px;
        background: #ebf4f4;
        transition: all 0.8s;
        z-index: -1;
    }
    
    .about2 .ipg1 li:hover::after {
        width: 100%;
    }
    
    .about2 .ipg1 li .years {
        position: relative;
        float: left;
        font-size: 86px;
        color: #02403b;
        font-family: "HELVETI1";
        line-height: 220px;
        margin-right: 60px;
        z-index: 3;
    }
    
    .about2 .ipg1 li .font-box {
        position: relative;
        float: left;
        line-height: 220px;
        z-index: 3;
    }
    
    .about2 .ipg1 li .font {
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }
    
    .about2 .ipg1 li .font p {
        position: relative;
        font-size: 14px;
        color: rgba(100, 100, 103, 0.7);
        margin-bottom: 3px;
        padding-left: 10px;
        line-height: 24px;
    }
    
    .about2 .ipg1 li .font p::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1.5px;
        width: 3px;
        height: 3px;
        background: #cbaf2c;
    }
    
    .about2 .ipg1 li .w1200 {
        position: relative;
        height: 100%;
    }
    
    #group_box {
        opacity: 0;
        transition: all 1s;
    }
    
    #group_box2 {
        opacity: 0;
        transition: all 1s;
    }
    
    #group_box3 {
        opacity: 0;
        transition: all 1s;
    }
    
    #group_box>div {
        z-index: 10 !important;
    }
    
    #group_box2>div {
        z-index: 10;
    }
    
    #group_box3>div {
        z-index: 10;
    }
    
    #group_box {
        position: absolute;
        width: 400px;
        right: 150px;
        margin: 0 auto;
        height: 100%;
    }
    
    #group_box2 {
        position: absolute;
        width: 200px;
        left: -350px;
        margin: 0 auto;
        height: 100%;
    }
    
    #group_box3 {
        position: absolute;
        width: 200px;
        right: -350px;
        margin: 0 auto;
        height: 100%;
    }
    /* .xx {
    transition: all 1s;
}
.about2 .ipg1 li .xx {
    opacity: 0;
    transition: all 1s;
}

.about2 .ipg1 li:hover .xx {
    opacity: 1;
} */
    
    .about2 .ipg1 li .x2 {
        position: absolute;
        width: 142px;
        height: 135px;
        background: url(../images/add/x2.png) no-repeat center;
        z-index: 2;
        transition: all 1s;
        /* display: none; */
    }
    
    #company_list {
        display: none;
    }
    
    #company_list2 {
        display: none;
    }
    
    #company_list3 {
        display: none;
    }
    
    .about2 .ipg1 li .x1 {
        position: absolute;
        width: 94px;
        height: 90px;
        background: url(../images/add/x1.png) no-repeat center;
        z-index: 2;
    }
    
    .about2 .ipg1 li .x3 {
        position: absolute;
        width: 64px;
        height: 61px;
        background: url(../images/add/x3.png) no-repeat center;
        z-index: 2;
    }
    
    .about3 .ipg1 {
        width: 100%;
        background: #ebf4f4;
        padding-top: 50px;
    }

    .about3 .ipg1 .w1200{
        position: relative;
        overflow: hidden;
    }
    
    .about3 .ipg1 .left {
        float: left;
        width: 600px;
        min-height: 600px;
        padding: 50px;
        background: #fff;
    }

    .about3 .ipg1 .left .tit{
        margin-bottom: 30px;
    }
    
    .about3 .ipg1 .left h6 {
        font-size: 24px;
        color: #02403b;
        margin-bottom: 15px;
    }
    
    .about3 .ipg1 .left p {
        font-size: 14px;
        color: #57585a;
    }
    
    .about3 .ipg1 .left ul {
        margin-top: 38px;
    }
    
    .about3 .ipg1 .left li {
        min-height: 70px;
        margin-bottom: 15px;
        padding-left: 85px;
        padding-top: 10px;
        background: no-repeat top left;
        background-size: 70px;
    }
    
    .about3 .ipg1 .left li h5 {
        font-size: 18px;
        color: #333;
        margin-bottom: 5px;
    }
    
    .about3 .ipg1 .left li .call {
        font-size: 22px;
        color: #02403b;
        font-family: "HELVETI1";
    }
    
    .about3 .ipg1 .right {
        position: absolute;
        right: 0;
        top: 0;
        width: 600px;
        height: 100%;
        background: no-repeat center;
        background-size: cover;
    }
    
    .about3 .ipg2 {
        width: 100%;
        height: 420px;
    }
    
    .about3 .ipg2 #allmap {
        width: 100%;
        height: 420px;
    }
    
    .about3 .ipg2 #allmap img {
        max-width: none;
    }
    /* .BMap_Marker{
        pointer-events: none;
    }
    .BMap_Marker img{
        pointer-events: none;
    }
    .BMap_Marker>div{
        margin-top: 8px !important;
    } */
    .bMap-posTit {
        width: 150px;
        height: 50px;
        background-color: #fff;
        text-align: center;
        line-height: 50px;
        color: #666666;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        left: -67px;
        top: -58px;
        box-shadow: 0 2px 3px 2px rgb(0 0 0 / 10%);
        border-radius: 4px;
    }
    .BMap_Marker .BMapLabel{
        border: none !important;
        background-color: transparent !important;
    }
    .expo .ipg1 {
        width: 100%;
        /* height: 390px; */
        padding-top: 75px;
        background: #fff;
    }
    
    .expo .ipg1 h6 {
        font-size: 30px;
        color: #02403b;
        text-align: center;
        margin-bottom: 25px;
    }
    
    .expo .ipg1 .p-box {
        width: 800px;
        margin: 0 auto;
        margin-bottom: 75px;
    }
    
    .expo .ipg1 .p-box p {
        font-size: 14px;
        color: rgba(100, 100, 103, 0.7);
        margin-bottom: 8px;
        text-align: center;
    }
    
    .expo .ipg1 .bom {
        position: relative;
        width: 100%;
        height: 113px;
        background: url(../images/expo/logo.jpg) no-repeat center;
        padding-left: 50px;
    }
    
    .expo .ipg1 .bom h5 {
        position: relative;
        font-size: 24px;
        color: #333;
        line-height: 113px;
        display: inline-block;
    }
    
    .expo .ipg1 .bom h5::after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -15px;
        right: -50px;
        width: 3px;
        height: 30px;
        background: #2c2c2c;
    }
    
    .expo .ipg3 {
        width: 100%;
        height: 688px;
        background: url(../images/expo/ex1-bg.jpg) no-repeat center;
        padding-top: 55px;
    }
    
    .expo .ipg3 h6 {
        position: relative;
        font-size: 30px;
        color: #fffbcf;
        margin-bottom: 35px;
        text-align: center;
    }
    
    .expo .ipg3 h6::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -24px;
        margin-left: -17px;
        width: 34px;
        height: 3px;
        background: #fffbcf;
    }
    
    .expo .ipg3 h5 {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 40px;
        letter-spacing: 8px;
        text-align: center;
    }
    
    .expo .ipg3 ul {
        width: 1500px;
    }
    
    .expo .ipg3 li {
        float: left;
        margin-right: 232px;
        width: 126px;
        margin-bottom: 30px;
    }
    
    .expo .ipg3 li .img {
        width: 126px;
        height: 126px;
        margin-bottom: 15px;
    }
    
    .expo .ipg3 li .font {
        height: 55px;
        width: 358px;
        margin-left: -115px;
    }
    
    .expo .ipg3 li .font p {
        font-size: 15px;
        color: rgba(248, 255, 254, 0.7);
        text-align: center;
    }
    
    .expo .ipg3 li .font p em {
        font-size: 28px;
        color: #fff;
        font-family: "Gilroy-Bold";
        margin: 0 5px;
    }
    
    .ex-date .ipg1 {
        width: 100%;
        /* height: 928px; */
        background: url(../images/expo/ex2-bg.jpg) no-repeat center/cover;
        padding: 68px 0 50px;
    }
    
    .ex-date .ipg1 .tit {
        font-size: 44px;
        color: #333;
        line-height: 1;
        padding-top: 30px;
        margin-bottom: 30px;
        background: url(../images/expo/ex2-en.png) no-repeat top left;
    }
    
    .ex-date .ipg1 .tab li {
        float: left;
        width: 166px;
        height: 60px;
        background: #e4e4e4 url(../images/expo/ex2-ic2.png) no-repeat 45px center;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    
    .ex-date .ipg1 .tab li.li2 {
        background-image: url(../images/expo/ex2-ic1.png);
    }
    
    .ex-date .ipg1 .tab li.on {
        background-color: #02403b;
        background-image: url(../images/expo/ex2-ic2-on.png);
    }
    
    .ex-date .ipg1 .tab li.li2.on {
        background-color: #02403b;
        background-image: url(../images/expo/ex2-ic1-on.png);
    }
    
    .ex-date .ipg1 .tab li a {
        font-size: 18px;
        color: #666;
        line-height: 60px;
        padding-left: 77px;
    }
    
    .ex-date .ipg1 .tab li.on a {
        color: #fff;
    }
    
    .ex-date .ipg1 .left {
        position: relative;
        float: left;
        width: 755px;
        height: 100%;
        border: 1px solid #e7e7e7;
        background: #fff;
    }
    
    .ex-date .ipg1 .left::after {
        content: "";
        position: absolute;
        width: 216px;
        height: 100%;
        right: 0;
        bottom: 0;
        background: #fafafa;
        z-index: -1;
        display: none;
    }
    
    .ex-date .ipg1 #CalendarContainer {
        width: 753px;
        height: 100%;
    }
    
    .ex-date .ipg1 #CalendarContainer .Calendar_header {
        height: 136px;
        background: #fff;
        padding-top: 20px;
        border-bottom: 1px solid #e7e7e7;
    }
    
    .ex-date .ipg1 #CalendarContainer .Current_Date {
        color: #333;
        font-size: 20px;
        letter-spacing: 1px;
    }
    
    .ex-date .ipg1 .trigger_week {
        margin-top: 30px;
    }
    
    .ex-date .ipg1 .trigger_week td {
        color: #333;
        font-size: 15px;
    }
    
    .ex-date .ipg1 .Calendar_body td a {
        margin-top: 0;
    }
    
    .ex-date .ipg1 .Calendar_body tr {
        border-bottom: 1px solid #e7e7e7;
    }
    
    .ex-date .ipg1 .Calendar_body tr:last-child {
        border-bottom: none;
    }
    
    .ex-date .ipg1 .Calendar_body td {
        padding-left: 0;
        height: 94px;
        text-align: center;
        transition: all .5s;
    }
    
    .ex-date .ipg1 .Calendar_body td.on3 {
        background: #f4f4f4;
    }
    
    .ex-date .ipg1 .Calendar_body td:hover {
        background: #f4f4f4;
    }

    .ex-date .ipg1 .Calendar_body td.active{
        /*border:1px solid #02403b;*/
        /*margin:-1px 0;*/
    }

    .ex-date .ipg1 .Calendar_body td.active:after{
        content:"";
        display:block;
        position:absolute;
        left:-1px;
        top:-1px;
        bottom:-1px;
        right:-1px;
        border:1px solid #02403b;
    }
    
    .ex-date .ipg1 .list thead th {
        height: 66px;
        font-size: 14px;
        color: #fff;
        padding-left: 30px;
        padding-right: 20px;
    }
    
    .ex-date .ipg1 .list thead {
        background: url(../images/expo/list-bg.jpg) no-repeat center;
    }
    
    .ex-date .ipg1 .list tbody tr {
        border-bottom: 1px solid #f0f0f0;
    }
    
    .ex-date .ipg1 .list tbody td {
        height: 60px;
        line-height: 1.4;
        background: #fff;
        font-size: 14px;
        color: #666666;
        padding: 10px 20px 10px 30px;
    }
    
    .ex-date .ipg1 .Calendar_body td .xx {
        /* width: 100%; */
        right: auto;
        left: 50%;
        bottom: 18px;
        transform: translateX(-49%);
    }
    
    .ex-date .ipg1 .cont.date {
        width: 1230px;
    }
    
    .ex-date .ipg1 .right {
        float: left;
        width: 450px;
        height: 600px;
        padding-right: 10px;
        margin-left: 10px;
        overflow: auto;
    }
    
    .ex-date .ipg1 .right::-webkit-scrollbar {
        width: 6px;
        height: 5px;
        background-color: rgba(225, 225, 225, 0);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 5px;
    }
    
    .ex-date .ipg1 .right::-webkit-scrollbar-thumb {
        background-color: #d8d8d8;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 5px;
    }
    
    .ex-date .ipg1 .right li {
        position: relative;
        margin-bottom: 3px;
        width: 435px;
        background: #fff;
        cursor: pointer;
    }

    .ex-date .ipg1 .right li.active{
        border:1px solid #02403b;
        border-left: 0 none;
    }

    .ex-date .ipg1 .right li.active .font{
        border-color:#02403b;
    }
    
    .ex-date .ipg1 .right li::before {
        content: "";
        width: 4px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .ex-date .ipg1 .right li.blue::before {
        background: #4969e2;
    }
    
    .ex-date .ipg1 .right li.yellow::before {
        background: #ffa800;
    }
    
    .ex-date .ipg1 .right li.red::before {
        background: #ff4a60;
    }
    
    .ex-date .ipg1 .right li.cyan::before {
        background: #2ac5cd;
    }
    
    .ex-date .ipg1 .right li.green::before {
        background: #3eab82;
    }
    
    .ex-date .ipg1 .right li .font {
        position: relative;
        float: left;
        width: 375px;
        padding: 0 15px 0 30px;
        border-right: 1px solid #e5e5e5;
        overflow: hidden;
    }
    
    .ex-date .ipg1 .right li .font::before {
        content: "";
        position: absolute;
        width: 0;
        height: 100%;
        left: 4px;
        top: 0;
        opacity: 0.08;
        transition: all .5s;
        pointer-events: none;
    }
    
    .ex-date .ipg1 .right li.blue .font::before {
        background: #4969e2;
    }
    
    .ex-date .ipg1 .right li.red .font::before {
        background: #ff4a60;
    }
    
    .ex-date .ipg1 .right li.green .font::before {
        background: #3eab82;
    }
    
    .ex-date .ipg1 .right li.yellow .font::before {
        background: #ffa800;
    }
    
    .ex-date .ipg1 .right li.cyan .font::before {
        background: #2ac5cd;
    }
    
    .ex-date .ipg1 .right li.on2 .font::before {
        width: 100%;
    }
    
    .ex-date .ipg1 .right li:hover .font::before {
        width: 100%;
    }
    
    .ex-date .ipg1 .right li .font .top {
        padding: 15px 0;
        background: transparent;
    }
    
    .ex-date .ipg1 .right li .font .top h6 {
        font-size: 14px;
        color: #333333;
        margin-bottom: 3px;
    }
    
    .ex-date .ipg1 .right li .font .top .time {
        display: inline;
        font-size: 14px;
        color: #333333;
        font-family: "Gilroy-Bold";
        padding-right: 25px;
    }
    
    .ex-date .ipg1 .right li.blue .font .top .time {
        background: url(../images/x-blue.png) no-repeat center right;
    }
    
    .ex-date .ipg1 .right li.yellow .font .top .time {
        background: url(../images/x-yellow.png) no-repeat center right;
    }
    
    .ex-date .ipg1 .right li.red .font .top .time {
        background: url(../images/x-red.png) no-repeat center right;
    }
    
    .ex-date .ipg1 .right li.green .font .top .time {
        background: url(../images/x-green.png) no-repeat center right;
    }
    
    .ex-date .ipg1 .right li.cyan .font .top .time {
        background: url(../images/x-cyan.png) no-repeat center right;
    }
    
    .ex-date .ipg1 .right li .icon {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -5px;
        width: 20px;
        height: 10px;
        background: url(../images/expo/date-btn.png) no-repeat center;
        transform: rotate(-180deg);
        transition: all 0.5s;
    }
    
    .ex-date .ipg1 .right li.on .icon {
        transform: rotate(0deg);
    }
    
    .ex-date .ipg1 .right li .bom {
        padding: 15px 0 25px;
        border-top: 2px solid #ececec;
        display: none;
    }
    
    .ex-date .ipg1 .right li .bom p {
        font-size: 14px;
        color: rgba(51, 51, 51, 0.6);
        margin-bottom: 3px;
    }
    
    #c_page {
        margin-top: 40px;
        text-align: center;
    }
    
    #c_page a {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0 3px;
        cursor: pointer;
        text-align: center;
        line-height: 38px;
        vertical-align: top;
        color: #999;
        border: 1px solid #dadada;
        transition: all 0.5s;
        font-size: 14px;
        font-family: "Gilroy-Bold";
        border-radius: 5px;
    }
    
    #c_page a.jp-current {
        color: #fff;
        background: #cbaf2c;
        border: 1px solid #cbaf2c;
    }
    
    #c_page a:hover {
        color: #fff;
        background: #cbaf2c;
        border: 1px solid #cbaf2c;
    }
    
    #c_page span {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0 2px;
        cursor: pointer;
        text-align: center;
        line-height: 38px;
        vertical-align: top;
        color: #999;
        border: 1px solid #dadada;
        transition: all 0.3s;
        font-size: 14px;
        font-family: "Gilroy-Bold";
    }
    
    #c_page .jp-previous {
        background: url(../images/expo/tab-le.png) no-repeat center;
    }
    
    #c_page .jp-previous:hover {
        border: 1px solid #dadada;
        background: url(../images/expo/tab-le.png) no-repeat center;
    }
    
    #c_page .jp-next {
        background: url(../images/expo/tab-ri.png) no-repeat center;
    }
    
    #c_page .jp-next:hover {
        border: 1px solid #dadada;
        background: url(../images/expo/tab-ri.png) no-repeat center;
    }
    
    .ex-date .ipg2 {
        padding: 60px 0 75px;
    }
    
    .ex-date .ipg2 .tit h6 {
        font-size: 30px;
        color: #666;
        margin-bottom: 8px;
        text-align: center;
        line-height: 1;
    }
    
    .ex-date .ipg2 .tit .en {
        font-size: 36px;
        color: rgba(51, 51, 51, 0.3);
        margin-bottom: 20px;
        text-align: center;
        text-transform: uppercase;
        font-family: "HELVETI1";
        line-height: 1;
    }
    
    .ex-date .ipg2 .pic {
        position: relative;
        width: 100%;
        height: 254px;
    }
    
    .ex-date .ipg2 .pic li {
        float: left;
        width: 390px;
        height: 254px;
        margin-right: 15px;
    }
    
    .ex-date .ipg2 .pic .tempWrap {
        width: 1200px !important;
    }
    
    .ex-date .ipg2 .pic .btn {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        margin-top: -20px;
        cursor: pointer;
    }
    
    .ex-date .ipg2 .pic .btn.left {
        left: -70px;
        background: url(../images/expo/left-btn.png) no-repeat center;
    }
    
    .ex-date .ipg2 .pic .btn.right {
        right: -70px;
        background: url(../images/expo/right-btn.png) no-repeat center;
    }
    
    .expo3 {
        width: 100%;
        height: 2698px;
        background: url(../images/expo/ex3-bg.jpg) no-repeat center;
    }
    
    .expo3 .ipg1 {
        padding-top: 70px;
        margin-bottom: 60px;
    }
    
    .expo3 .ipg1 .tit {
        font-size: 44px;
        color: #333;
        text-align: center;
        line-height: 1;
        margin-bottom: 25px;
    }
    
    .expo3 .ipg1 .show-box {
        position: relative;
        width: 100%;
        height: 700px;
    }
    
    .expo3 .ipg1 .show-box .cont .pic {
        position: relative;
        width: 100%;
        height: 700px;
        background: url(../images/show/show-pic1.jpg) no-repeat center;
        transition: all 0.5s;
    }
    
    .expo3 .ipg1 .show-box .cont .pic .tips {
        position: absolute;
        left: 420px;
        top: 295px;
        width: 222px;
        height: 111px;
        background: url(../images/show/tips.png) no-repeat center;
        transition: all 0.5s;
    }
    
    .expo3 .show-box .pic .tower {
        position: absolute;
        top: 280px;
        left: 240px;
        width: 575px;
        height: 375px;
        cursor: pointer;
    }
    
    .expo3 .show-box .tab {
        position: absolute;
        top: 0;
        right: 0;
        width: 182px;
        height: 700px;
        z-index: 9;
    }
    
    .expo3 .show-box .tab li {
        position: relative;
        width: 182px;
        height: 108px;
        background: #ebf4f4;
        cursor: pointer;
        line-height: 108px;
        text-align: center;
        font-size: 0;
    }
    
    .expo3 .show-box .tab li.on {
        width: 216px;
        margin-left: -34px;
        background: #02403b !important;
    }
    
    .expo3 .show-box .tab li.on::before {
        content: "";
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -9px;
        width: 28px;
        height: 18px;
        background: url(../images/show/right-btn.png) no-repeat center;
    }
    
    .expo3 .show-box .tab li.on .font h6 {
        color: #ffd200;
    }
    
    .expo3 .show-box .tab li.on .font p {
        color: rgba(255, 255, 255, 0.4);
    }
    
    .expo3 .show-box .tab li:nth-child(2n) {
        background: #e3ebeb;
    }
    
    .expo3 .show-box .tab li:nth-child(2) {
        height: 80px;
        line-height: 80px;
    }
    
    .expo3 .show-box .tab li:nth-child(4) {
        height: 80px;
        line-height: 80px;
    }
    
    .expo3 .show-box .tab li .font {
        display: inline-block;
        vertical-align: middle;
    }
    
    .expo3 .show-box .tab li .font h6 {
        font-size: 30px;
        color: #474b4b;
        font-family: "Gilroy-Bold";
        line-height: 1;
        margin-bottom: 10px;
    }
    
    .expo3 .show-box .tab li .font p {
        font-size: 14px;
        color: #a1a7a7;
        font-family: "Gilroy-Bold";
        line-height: 1;
        text-align: center;
    }
    
    .expo3 .show-box .cont-li {
        position: relative;
        width: 100%;
        height: 700px;
        border: 1px solid #e1e1e1;
        overflow: hidden;
    }
    
    .expo3 #show.pub-show {
        position: absolute;
        top: 0;
        left: -115px;
        background-image: url(../images/show/3F.jpg);
    }
    
    .expo3 .show-box .cont-ul {
        position: relative;
    }
    
    .expo3 .show-box .pic {
        /* display: none; */
    }
    
    .expo3 .show-box .cont-li {
        display: none;
    }
    
    .expo3 .show-box .cont-ul .back {
        position: absolute;
        top: 0;
        left: 0;
        width: 90px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        background: #cbaf2c;
        z-index: 8;
        cursor: pointer;
    }
    
    .expo3 .show-box .cont-li .wc {
        position: absolute;
        left: 25px;
        bottom: 25px;
        z-index: 5;
        width: 311px;
        height: 78px;
        background: url(../images/show/tips-2.png) no-repeat center;
    }
    
    #show2 {
        position: relative;
        width: 100%;
        height: 700px;
        background: url(../images/show/2.5F.jpg) no-repeat center;
    }
    
    #show2 .svg {
        position: absolute;
        width: 293px;
        height: 170px;
        top: 410px;
        left: 168px;
        opacity: 0;
    }
    
    #show2 .ic {
        top: 410px;
        left: 168px;
    }
    
    #show2 .ic::after {
        content: "";
        position: absolute;
        right: -7px;
        bottom: -20px;
        width: 306px;
        height: 186px;
        background: url(../images/show/2f-yin.png) no-repeat center;
    }
    
    #show2.pub-show .ic .box {
        top: -230px;
        left: 0px;
    }
    
    .expo3 #show3.pub-show {
        position: absolute;
        top: 0;
        left: -115px;
        background-image: url(../images/show/2F.jpg);
    }
    
    .expo3 .show-box .cont-li .wc2 {
        position: absolute;
        left: 25px;
        bottom: 25px;
        z-index: 5;
        width: 438px;
        height: 78px;
        background: url(../images/show/2f-ic2.png) no-repeat center;
    }
    
    .expo3 .show-box .cont-li .car {
        position: absolute;
        left: 440px;
        top: 230px;
        z-index: 3;
        width: 193px;
        height: 146px;
        background: url(../images/show/2f-ic1.png) no-repeat center;
        /* display: none; */
    }
    
    #show3.pub-show .ic .box {
        z-index: 10;
    }
    
    #show3.pub-show .ic7 {
        top: 378px;
        left: 283px;
    }
    
    #show3.pub-show .ic8 {
        top: 467px;
        left: 457px;
    }
    
    #show4.pub-show {
        background-image: url(../images/show/1.5F.jpg);
    }
    
    #show4 .svg {
        top: 173px;
        left: 282px;
        width: 602px;
        height: 345px;
    }
    
    #show4 .icon .ic1 {
        top: 174px;
        left: 504px;
    }
    
    #show4 .icon .ic1::after {
        top: 3px;
        right: -7px;
        width: 233px;
        height: 143px;
        background-image: url(../images/show/1.5f-yin1.png);
    }
    
    #show4 .icon .ic1 .box {
        top: -203px;
        left: -141px;
    }
    
    #show4 .icon .ic2::after {
        top: 3px;
        right: -7px;
        width: 246px;
        height: 161px;
        background-image: url(../images/show/1.5f-yin2.png);
    }
    
    #show4 .icon .ic2 .box {
        top: -212px;
        left: -90px;
    }
    
    #show4 .icon .ic3 .box {
        top: -245px;
        left: -107px;
        z-index: 5;
    }
    
    #show4 .icon .ic4 .box {
        top: -235px;
        left: -123px;
        z-index: 5;
    }
    
    #show4 .icon .ic5 .box {
        top: -237px;
        left: -90px;
        z-index: 5;
    }
    
    #show4 .icon .ic3::after {
        top: 3px;
        right: -7px;
        width: 201px;
        height: 125px;
        background-image: url(../images/show/1.5f-yin3.png);
    }
    
    #show4 .icon .ic4::after {
        top: 3px;
        right: -7px;
        width: 181px;
        height: 113px;
        background-image: url(../images/show/1.5f-yin4.png);
    }
    
    #show4 .icon .ic5::after {
        top: 3px;
        right: -7px;
        width: 215px;
        height: 132px;
        background-image: url(../images/show/1.5f-yin5.png);
    }
    
    #show4 .icon .ic2 {
        top: 255px;
        left: 653px;
        z-index: 10;
    }
    
    #show4 .icon .ic3 {
        top: 332px;
        left: 419px;
        z-index: 5;
    }
    
    #show4 .icon .ic4 {
        top: 373px;
        left: 368px;
        z-index: 6;
    }
    
    #show4 .icon .ic5 {
        top: 403px;
        left: 283px;
        z-index: 7;
    }
    
    #show5.pub-show {
        background-image: url(../images/show/1F.jpg);
    }
    
    #show5 .svg {
        top: 122px;
        left: 44px;
        width: 819px;
        height: 472px;
    }
    
    #show5.pub-show .ic1 {
        top: 122px;
        left: 113px;
    }
    
    #show5.pub-show .ic1::after {
        right: -8px;
        bottom: -18px;
        width: 493px;
        height: 292px;
        background-image: url(../images/show/1f-yin1.png);
    }
    
    #show5.pub-show .ic1 .box {
        top: -145px;
        left: 36px;
    }
    
    #show5.pub-show .ic2 {
        top: 276px;
        left: 383px;
        z-index: 5;
    }
    
    #show5.pub-show .ic2::after {
        right: -8px;
        bottom: -18px;
        width: 493px;
        height: 292px;
        background-image: url(../images/show/1f-yin2.png);
    }
    
    #show5.pub-show .ic2 .box {
        top: -145px;
        left: 36px;
    }
    
    .expo3 .show-box .cont-li .wc5 {
        position: absolute;
        top: 238px;
        left: 79px;
        width: 485px;
        height: 337px;
        background: url(../images/show/1f-ic1.png) no-repeat center;
        z-index: 8;
        pointer-events: none;
    }
    
    #show5.pub-show .ic3 {
        top: 320px;
        left: 422px;
        z-index: 4;
    }
    
    #show5.pub-show .ic3::after {
        right: -7px;
        bottom: -20px;
        width: 75px;
        height: 52px;
        background-image: url(../images/show/1f-yin3.png);
    }
    
    #show5.pub-show .ic3 .box {
        top: -269px;
        left: -173px;
        z-index: 5;
    }
    
    #show5.pub-show .ic4 {
        top: 315px;
        left: 43px;
    }
    
    #show5.pub-show .ic4::after {
        right: -7px;
        bottom: -19px;
        width: 227px;
        height: 140px;
        background-image: url(../images/show/1f-yin4.png);
    }
    
    #show5.pub-show .ic4 .box {
        top: -205px;
        left: -55px;
        z-index: 50;
    }
    
    #show5.pub-show .ic5 {
        top: 424px;
        left: 222px;
    }
    
    #show5.pub-show .ic5::after {
        right: -7px;
        bottom: -19px;
        width: 128px;
        height: 82px;
        background-image: url(../images/show/1f-yin5.png);
    }
    
    #show5.pub-show .ic5 .box {
        top: -253px;
        left: -128px;
        z-index: 50;
    }
    
    #show5.pub-show .ic6 {
        top: 472px;
        left: 314px;
        z-index: 50;
    }
    
    #show5.pub-show .ic6::after {
        right: -7px;
        bottom: -19px;
        width: 228px;
        height: 140px;
        background-image: url(../images/show/1f-yin6.png);
    }
    
    #show5.pub-show .ic6 .box {
        top: -225px;
        left: -98px;
        z-index: 50;
    }
    
    #show5.pub-show .ic7 {
        top: 443px;
        left: 369px;
        z-index: 40;
    }
    
    #show5.pub-show .ic7::after {
        right: -7px;
        bottom: -19px;
        width: 52px;
        height: 38px;
        background-image: url(../images/show/1f-yin7.png);
    }
    
    #show5.pub-show .ic7 .box {
        top: -270px;
        left: -172px;
        z-index: 40;
    }
    
    #show5 .sta1 {
        position: absolute;
        top: 390px;
        left: 166px;
        display: none;
    }
    
    #show5 .sta2 {
        position: absolute;
        top: 506px;
        left: 340px;
        z-index: 50;
        display: none;
    }
    
    #show6.pub-show {
        background-image: url(../images/show/B1.jpg);
    }
    
    #show6.pub-show .svg {
        width: 588px;
        height: 376px;
        top: 200px;
        left: 111px;
    }
    
    #show6.pub-show .ic1 {
        top: 200px;
        left: 111px;
    }
    
    #show6.pub-show .ic1::after {
        right: -7px;
        bottom: -19px;
        width: 426px;
        height: 339px;
        background-image: url(../images/show/b1-yin1.png);
    }
    
    #show6.pub-show .ic1 .box {
        top: -215px;
        left: 90px;
    }
    
    #show6.pub-show .ic2 {
        top: 315px;
        left: 367px;
        z-index: 5;
    }
    
    #show6.pub-show .ic2::after {
        right: -7px;
        bottom: -19px;
        width: 345px;
        height: 191px;
        background-image: url(../images/show/b1-yin2.png);
    }
    
    #show6.pub-show .ic2 .box {
        top: -230px;
        left: 10px;
    }
    
    #show6.pub-show .ic3 {
        top: 490px;
        left: 417px;
        z-index: 7;
    }
    
    #show6.pub-show .ic3::after {
        right: -7px;
        bottom: -19px;
        width: 138px;
        height: 88px;
        background-image: url(../images/show/b1-yin3.png);
    }
    
    #show6.pub-show .ic3 .box {
        top: -251px;
        left: -152px;
    }
    
    #show6.pub-show .ic4 {
        top: 529px;
        left: 486px;
        z-index: 8;
    }
    
    #show6.pub-show .ic4::after {
        right: -7px;
        bottom: -19px;
        width: 93px;
        height: 62px;
        background-image: url(../images/show/b1-yin4.png);
    }
    
    #show6.pub-show .ic4 .box {
        top: -256px;
        left: -152px;
    }
    
    #show7.pub-show {
        background-image: url(../images/show/B2.jpg);
    }
    
    #show7.pub-show .svg {
        width: 767px;
        height: 443px;
        top: 125px;
        left: 73px;
    }
    
    #show7.pub-show .ic1 {
        top: 125px;
        left: 73px;
    }
    
    #show7.pub-show .ic1::after {
        right: -7px;
        bottom: -19px;
        width: 781px;
        height: 458px;
        background-image: url(../images/show/b2-yin1.png);
    }
    
    #show7.pub-show .ic1 .box {
        top: -137px;
        left: 270px;
    }
    
    .expo3 .ipg2 thead th {
        height: 68px;
        background: #02403b;
        font-size: 15px;
        color: #fff;
    }
    
    .expo3 .ipg2 thead th:nth-child(1) {
        padding-left: 30px;
    }
    
    .expo3 .ipg2 thead th {
        padding-left: 35px;
    }
    
    .expo3 .ipg2 tbody td {
        height: 58px;
        line-height: 1.4;
        background: #fff;
        font-size: 14px;
        color: #666666;
        padding: 10px 30px 10px 35px;
    }
    
    .expo3 .ipg2 tbody td:nth-child(1) {
        padding-left: 30px;
    }
    
    .expo3 .ipg2 tbody tr {
        border-bottom: 1px solid #f0f0f0;
    }
    
    .expo4 .ipg1 {
        padding: 68px 0 65px;
    }
    
    .expo4 .ipg1 .tit {
        font-size: 44px;
        color: #333;
        line-height: 1;
        padding-top: 30px;
        margin-bottom: 35px;
        background: url(../images/expo/ex4-en.png) no-repeat top left;
    }
    
    .expo4 .ipg1 .inp {
        float: left;
        width: 595px;
        height: 60px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
    .expo4 .ipg1 .data-box {
        width: 1230px;
    }
    
    .expo4 .ipg1 .inp .left {
        float: left;
        width: 159px;
        height: 60px;
        background: #edeef2;
        line-height: 60px;
        font-size: 14px;
        color: #505155;
        text-align: center;
        margin-right: 1px;
    }
    
    .expo4 .ipg1 .inp .right {
        float: left;
        width: 435px;
        height: 60px;
        background: #f9f9f9;
        padding-left: 20px;
    }
    
    .expo4 .ipg1 .inp .right input {
        height: 60px;
        width: 350px;
        color: #505155;
        font-size: 14px;
    }

    .expo4 .ipg1 .inp .right .start input,.center4 .ipg1 .inp .right .start input,.expo4 .ipg1 .inp .right .end input, .center4 .ipg1 .inp .right .end input{
        width: 100%;
      }
    
    .expo4 .ipg1 .inp .right .start,.center4 .ipg1 .inp .right .start {
        float: left;
        width: 218px;
        height: 60px;
        border-right: 1px solid #edeef2;
        padding-left: 20px;
        background: url(../images/expo/date.png) no-repeat 170px center;
        margin-left: -20px;
        cursor: pointer;
        font-size: 14px;
        color: #505155;
        line-height: 60px;
    }
    
    .expo4 .ipg1 .inp .right .start .date1,.center4 .ipg1 .inp .right .start .date1 {
        line-height: 60px;
        font-size: 14px;
        color: #505155;
    }
    
    .expo4 .ipg1 .inp .right .end,.center4 .ipg1 .inp .right .end {
        position: relative;
        float: left;
        width: 217px;
        height: 60px;
        padding-left: 20px;
        background: url(../images/expo/date.png) no-repeat 170px center;
        cursor: pointer;
        font-size: 14px;
        color: #505155;
        line-height: 60px;
        display: block;
    }
    
    .expo4 .ipg1 .inp .right .end p,.center4 .ipg1 .inp .right .end p {
        font-size: 14px;
        color: #505155;
        line-height: 60px;
    }
    
    .layui-laydate-hint {
        display: none;
    }
    
    .expo4 .ipg1 .bom {
        width: 100%;
        height: 96px;
        margin-bottom: 50px;
    }
    
    .expo4 .ipg1 .bom .left {
        float: left;
        width: 159px;
        height: 96px;
        background: #edeef2;
        line-height: 96px;
        padding: 0 10px;
        margin-right: 1px;
    }
    
    .expo4 .ipg1 .bom .left h6 {
        font-size: 14px;
        color: #505155;
        text-align: center;
        line-height: 1.4;
        display: inline-block;
        vertical-align: middle;
    }
    
    .expo4 .ipg1 .bom .left h6 em {
        display: block;
        color: #a1a2a6;
    }
    
    .expo4 .ipg1 .bom .right {
        float: left;
        width: 1040px;
        height: 96px;
        background: #f9f9f9;
    }
    
    .expo4 .ipg1 .bom .right textarea {
        width: 100%;
        height: 100%;
        padding: 10px 20px;
        color: #505155;
        font-size: 14px;
        border: none;
        background: #f9f9f9;
    }
    
    .expo4 .ipg1 .tips .font {
        float: left;
        width: 880px;
    }
    
    .expo4 .ipg1 .tips .font h6 {
        font-size: 20px;
        color: #333;
        letter-spacing: 8px;
        margin-bottom: 8px;
    }
    
    .expo4 .ipg1 .tips .font p {
        font-size: 14px;
        color: #888;
    }
    
    .expo4 .ipg1 .tips .btn {
        float: right;
        width: 158px;
        height: 60px;
        background: #cbaf2c;
        font-size: 16px;
        color: #fff;
        line-height: 60px;
        text-align: center;
        letter-spacing: 8px;
        cursor: pointer;
    }
    
    .center3 .ipg1 {
        padding-top: 70px;
        margin-bottom: 60px;
    }
    
    .center3 {
        width: 100%;
        height: 2025px;
        background: url(../images/expo/ex3-bg.jpg) no-repeat center top;
    }
    
    .center3 .ipg1 .tit {
        font-size: 44px;
        color: #333;
        text-align: center;
        line-height: 1;
        margin-bottom: 25px;
    }
    
    .pub-show {
        position: relative;
        width: 100%;
        height: 700px;
        background: url(../images/ani/3F.jpg) no-repeat center;
    }
    
    .pub-show .svg {
        position: absolute;
        top: 121px;
        left: 162px;
        width: 819px;
        height: 472px;
        opacity: 0;
        z-index: 3;
    }
    
    .pub-show .ic {
        position: absolute;
        pointer-events: none;
        transition: all 0.5s;
    }
    
    .pub-show .ic.ani {
        margin-top: -5px;
        /* transform: translateY(-5px); */
    }
    
    .pub-show .ic .box {
        position: absolute;
        top: 0;
        left: 0;
        width: 390px;
        height: 303px;
        background: url(../images/ani/box.png) no-repeat center;
        padding-top: 45px;
        opacity: 0;
        transition: all 0.5s;
        /* pointer-events: all; */
    }
    
    .pub-show .ic::after {
        content: "";
        position: absolute;
        opacity: 0;
        transition: all 0.5s;
    }
    
    .pub-show .ic.box-ani .box {
        opacity: 1;
    }
    
    .pub-show .ic.shadow-ani::after {
        opacity: 1;
    }
    
    .pub-show .ic .box .img {
        width: 302px;
        height: 176px;
        margin: 0 auto;
        margin-bottom: 8px;
        overflow: hidden;
    }
    
    .pub-show .ic .box p {
        text-align: center;
        font-size: 14px;
        color: #555555;
    }
    
    .pub-show .ic1 {
        top: 315px;
        left: 162px;
        z-index: 3;
    }
    
    .pub-show .ic1::after {
        right: -7px;
        bottom: -19px;
        width: 227px;
        height: 140px;
        background: url(../images/ani/yin7.png) no-repeat center;
    }
    
    .pub-show .ic1 .box {
        top: -210px;
        left: -70px;
        z-index: 3;
    }
    
    .pub-show .ic2 {
        top: 470px;
        left: 430px;
        /* z-index: 4; */
    }
    
    #show.pub-show .ic2 {
        z-index: 4;
    }
    
    .pub-show .ic2::after {
        right: -7px;
        bottom: -19px;
        width: 228px;
        height: 140px;
        background: url(../images/ani/yin8.png) no-repeat center;
    }
    
    .pub-show .ic2 .box {
        top: -220px;
        left: -90px;
        z-index: 3;
    }
    
    .pub-show .ic3 {
        top: 121px;
        left: 232px;
        z-index: 1;
    }
    
    .pub-show .ic3::after {
        right: -5px;
        bottom: -16px;
        width: 490px;
        height: 289px;
        background: url(../images/ani/yin.png) no-repeat center;
    }
    
    .pub-show .ic3 .box {
        top: -144px;
        left: 33px;
    }
    
    .pub-show .ic4 {
        top: 275px;
        left: 502px;
    }
    
    .pub-show .ic4::after {
        right: -10px;
        bottom: -17px;
        width: 493px;
        height: 292px;
        background: url(../images/ani/yin2.png) no-repeat center;
    }
    
    .pub-show .ic4 .box {
        top: -205px;
        left: 130px;
        z-index: 5;
    }
    
    .pub-show .ic5 {
        top: 347px;
        left: 520px;
    }
    
    .pub-show .ic5::after {
        right: -8px;
        bottom: -20px;
        width: 350px;
        height: 210px;
        background: url(../images/ani/yin3.png) no-repeat center;
    }
    
    .pub-show .ic5 .box {
        top: -160px;
        left: -95px;
        z-index: 99;
    }
    
    .pub-show .icf .box {
        top: -251px;
        left: -126px;
    }
    
    .pub-show .ic6 {
        top: 238px;
        left: 197px;
        z-index: 2;
    }
    
    .pub-show .ic7 {
        top: 389px;
        left: 285px;
        z-index: 4;
    }
    
    .pub-show .ic8 {
        top: 502px;
        left: 455px;
        z-index: 4;
    }
    
    .pub-show .ica {
        top: 440px;
        left: 652px;
        z-index: 3;
    }
    
    .pub-show .ica::after {
        right: -7px;
        bottom: -19px;
        width: 97px;
        height: 64px;
        background: url(../images/ani/yin6.png) no-repeat center;
    }
    
    .pub-show .ica .box {
        top: -265px;
        left: -150px;
    }
    
    .pub-show .icb {
        top: 415px;
        left: 608px;
        z-index: 2;
    }
    
    .pub-show .icc {
        top: 415px;
        left: 695px;
        z-index: 2;
    }
    
    .pub-show .icd {
        top: 389px;
        left: 651px;
        z-index: 2;
    }
    
    .pub-show .icd .box {
        top: -265px;
        left: -150px;
    }
    
    .pub-show .icd::after {
        right: -50px;
        bottom: -70px;
        width: 184px;
        height: 114px;
        background: url(../images/ani/yin5.png) no-repeat center;
    }
    
    .pub-show .ice {
        top: 389px;
        left: 738px;
        z-index: 1;
    }
    
    .pub-show .icf {
        top: 364px;
        left: 694px;
        z-index: 1;
    }
    
    .pub-show .icf::after {
        right: -52px;
        bottom: -95px;
        width: 227px;
        height: 139px;
        background: url(../images/ani/yin4.png) no-repeat center;
    }
    
    .center3 .ipg2 thead th {
        height: 68px;
        background: #02403b;
        font-size: 15px;
        color: #fff;
        padding-left: 30px;
    }
    
    .center3 .ipg2 tbody tr {
        border-bottom: 1px solid #f0f0f0;
    }
    
    .center3 .ipg2 tbody td {
        height: 58px;
        line-height: 1.4;
        background: #fff;
        font-size: 14px;
        color: #666666;
        padding-left: 30px;
        padding-right: 10px;
    }
    
    .center4 .ipg1 {
        padding: 68px 0 65px;
    }
    
    .center4 .ipg1 .tit {
        font-size: 44px;
        color: #333;
        line-height: 1;
        padding-top: 30px;
        margin-bottom: 35px;
        background: url(../images/center/ct4-en.png) no-repeat top left;
    }
    
    .center4 .ipg1 .data-box {
        width: 1220px;
    }
    
    .center4 .ipg1 .data {
        width: 100%;
        height: 121px;
        margin-bottom: 10px;
    }
    
    .center4 .ipg1 .data .left {
        float: left;
        width: 136px;
        height: 121px;
        font-size: 14px;
        color: #505155;
        line-height: 121px;
        text-align: center;
        background: #e0e2ec;
        margin-right: 1px;
    }
    
    .center4 .ipg1 .data .right {
        float: left;
        width: 1063px;
        height: 121px;
    }
    
    .center4 .ipg1 .data .right .box {
        margin-bottom: 1px;
    }
    
    .center4 .ipg1 .data .right .info {
        float: left;
        width: 80px;
        height: 60px;
        font-size: 14px;
        color: #505155;
        text-align: center;
        background: #edeef2;
        margin-right: 1px;
        line-height: 60px;
    }
    
    .center4 .ipg1 .data .right .inp {
        float: left;
        width: 982px;
        height: 60px;
        font-size: 14px;
        color: #505155;
        background: #f9f9f9;
        padding-left: 20px;
    }
    
    .center4 .ipg1 .data .right .inp input {
        height: 60px;
        width: 800px;
        color: #505155;
        font-size: 14px;
    }
    
    .center4 .ipg1 .inp-box .inp {
        float: left;
        width: 595px;
        height: 60px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
    .center4 .ipg1 .inp-box .left {
        float: left;
        width: 159px;
        height: 60px;
        background: #edeef2;
        line-height: 60px;
        font-size: 14px;
        color: #505155;
        text-align: center;
        margin-right: 1px;
    }
    
    .center4 .ipg1 .inp-box .right {
        float: left;
        width: 435px;
        height: 60px;
        background: #f9f9f9;
        padding-left: 20px;
    }
    
    .center4 .ipg1 .inp-box .right input {
        height: 60px;
        width: 350px;
        color: #505155;
        font-size: 14px;
    }
    
    .center4 .ipg1 .data2 {
        height: 182px;
    }
    
    .center4 .ipg1 .data2 .left {
        height: 182px;
        line-height: 182px;
    }
    
    .center4 .ipg1 .data2 .right {
        height: 182px;
    }
    
    .center4 .ipg1 .data2 .right .time {
        float: left;
        width: 982px;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        color: #505155;
        background: #f9f9f9 url(../images/expo/date.png) no-repeat 920px center;
        padding-left: 20px;
        cursor: pointer;
    }
    
    .center4 .ipg1 .inp-box .inp2 {
        width: 1200px;
    }
    
    .center4 .ipg1 .inp-box .inp2 .right {
        width: 1040px;
    }
    
    .center4 .ipg1 .inp-box .inp2 .right input {
        width: 900px;
    }
    
    .center4 .ipg1 .tips {
        margin-top: 50px;
    }
    
    .center4 .ipg1 .tips .font {
        float: left;
        width: 880px;
    }
    
    .center4 .ipg1 .tips .font h6 {
        font-size: 20px;
        color: #333;
        letter-spacing: 8px;
        margin-bottom: 8px;
    }
    
    .center4 .ipg1 .tips .font p {
        font-size: 14px;
        color: #888;
    }
    
    .center4 .ipg1 .tips .btn {
        float: right;
        width: 158px;
        height: 60px;
        background: #cbaf2c;
        font-size: 16px;
        color: #fff;
        line-height: 60px;
        text-align: center;
        letter-spacing: 8px;
        cursor: pointer;
    }
    
    .pic-show {
        padding: 70px 0;
        background: #ebf4f4 url(../images/news/bg.jpg) no-repeat center top;
    }
    
    .pic-show .ipg1 ul,.data .ipg3 ul {
        width: 1230px;
    }
    
    .pic-show .ipg1 li,.data .ipg3 li {
        float: left;
        width: 590px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    
    .pic-show .ipg1 li .img,.data .ipg3 li .img {
        width: 590px;
        height: 342px;
        overflow: hidden;
    }
    
    .pic-show .ipg1 li .font,.data .ipg3 li .font {
        width: 590px;
        height: 64px;
        background: #dce5e5;
        font-size: 14px;
        color: #333;
        text-align: center;
        line-height: 64px;
        padding: 0 15px;
        transition: all 0.5s;
    }
    
    .pic-show .ipg1 li:hover .font,.data .ipg3 li:hover .font {
        background: #02403b;
        color: #fff;
    }
    
    .pic-show .ipg1 .more,.data .ipg3 .more {
        background: #cbaf2c;
        width: 180px;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        color: #ffffff;
        border-radius: 30px;
        margin: 50px auto 0 auto;
        padding: 0 40px;
    }
    
    .pic-show .ipg1 .more .text,.data .ipg3 .more .text {
        float: left;
    }
    
    .pic-show .ipg1 .more .dot_box,.data .ipg3 .more .dot_box {
        float: left;
        margin-top: -3px;
        margin-right: 10px;
    }
    
    .pic-show .ipg1 .more .dot_box .i,.data .ipg3 .more .dot_box .i {
        width: 4px;
        height: 4px;
        display: inline-block;
        margin-right: 3px;
        background: #dfffff;
    }
    
    .pic-show .ipg1 .more .dot_box .i:nth-child(2),.data .ipg3 .more .dot_box .i:nth-child(2) {
        background: #d7dfab;
    }
    
    .pic-show .ipg1 .more .dot_box .i:nth-child(3),.data .ipg3 .more .dot_box .i:nth-child(3) {
        background: #cfbf56;
    }
    
    .pic-show .ipg1 .more:hover .dot_box .i,.data .ipg3 .more:hover .dot_box .i {
        animation: today_only linear 0.8s 1 backwards;
        -webkit-animation: today_only linear 0.8s 1 backwards;
    }
    
    .pic-show .ipg1 .more:hover .dot_box .i:nth-child(2),.data .ipg3 .more:hover .dot_box .i:nth-child(2) {
        animation-delay: 0.2s;
    }
    
    .pic-show .ipg1 .more:hover .dot_box .i:nth-child(3),.data .ipg3 .more:hover .dot_box .i:nth-child(3) {
        animation-delay: 0.4s;
    }
    /* news */
    
    .news {
        padding: 70px 0 60px 0;
        background: #ebf4f4 url(../images/news/bg.jpg) no-repeat center top;
    }
    
    .news .w1200 {
        width: 1200px;
        margin: auto;
    }
    
    .news .tionnews .tionnews_a .h1 {
        position: relative;
        background: url(../images/news/news-1.png) no-repeat;
        background-size: 589px 62px;
        height: 75px;
    }
    
    .news .tionnews .tionnews_a .h1_a {
        font-size: 44px;
        color: #333333;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .news .tionnews .tionnews_a ul {
        margin-top: 50px;
        position: relative;
        height: 405px;
    }
    
    .news .tionnews .tionnews_a ul li {
        width: 290px;
        height: 375px;
        position: absolute;
    }
    
    .news .tionnews .tionnews_a ul li a {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .news .tionnews .tionnews_a ul li .img {
        width: 290px;
        height: 299px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .news .tionnews .tionnews_a ul li .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .news .tionnews .tionnews_a ul li .text {
        background-color: #fff;
        padding: 30px 20px;
        height: 160px;
        width: 270px;
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        left: 10px;
        z-index: 2;
    }
    
    .news .tionnews .tionnews_a ul li .text .time {
        overflow: hidden;
        margin-bottom: 15px;
    }
    
    .news .tionnews .tionnews_a ul li .text .time>div {
        float: left;
        margin-right: 10px;
        font-size: 16px;
        color: #000000;
        font-family: "Gilroy-Bold";
    }
    
    .news .tionnews .tionnews_a ul li .text h6 {
        font-size: 18px;
        color: #000000;
        line-height: 24px;
        display: inline;
        border-bottom: solid 1px #a3a3a3;
        padding-bottom: 0;
    }
    
    .news .tionnews .tionnews_a ul li:nth-child(1) {
        left: 0;
        top: 0;
    }
    
    .news .tionnews .tionnews_a ul li:nth-child(2) {
        left: 303px;
        top: 30px;
    }
    
    .news .tionnews .tionnews_a ul li:nth-child(3) {
        left: 607px;
        top: 0;
    }
    
    .news .tionnews .tionnews_a ul li:nth-child(4) {
        right: 0;
        top: 30px;
    }
    
    .news .listnews {
        margin-top: 40px;
    }
    
    .news .listnews li {
        margin-bottom: 12px;
        background: #fff;
        padding: 30px;
        box-sizing: border-box;
        overflow: hidden;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    
    .news .listnews li .left {
        color: #02403b;
        font-size: 22px;
        float: left;
        width: 10%;
        font-family: "Gilroy-Bold";
    }
    
    .news .listnews li .right {
        float: left;
        width: 89%;
        margin-left: 1%;
    }
    
    .news .listnews li .right .h1 {
        font-size: 18px;
        color: #000000;
        margin-bottom: 10px;
        font-weight: bold;
    }
    
    .news .listnews li .right .h2 {
        font-size: 14px;
        color: #777777;
        line-height: 22px;
    }
    
    .news .listnews li:hover {
        background: #e0eded;
    }
    
    .news .listnews li:hover .h1 {
        color: #02403b;
    }
    
    .news .listnews .more {
        background: #cbaf2c;
        width: 180px;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        color: #ffffff;
        border-radius: 30px;
        margin: 60px auto 0 auto;
        padding: 0 40px;
    }
    
    .news .listnews .more .text {
        float: left;
    }
    
    .news .listnews .more .dot_box {
        float: left;
        margin-top: -3px;
        margin-right: 10px;
    }
    
    .news .listnews .more .dot_box .i {
        width: 4px;
        height: 4px;
        display: inline-block;
        margin-right: 3px;
        background: #dfffff;
    }
    
    .news .listnews .more .dot_box .i:nth-child(2) {
        background: #d7dfab;
    }
    
    .news .listnews .more .dot_box .i:nth-child(3) {
        background: #cfbf56;
    }
    
    .news .listnews .more:hover .dot_box .i {
        animation: today_only linear 0.8s 1 backwards;
        -webkit-animation: today_only linear 0.8s 1 backwards;
    }
    
    .news .listnews .more:hover .dot_box .i:nth-child(2) {
        animation-delay: 0.2s;
    }
    
    .news .listnews .more:hover .dot_box .i:nth-child(3) {
        animation-delay: 0.4s;
    }
    
    @keyframes today_only {
        0% {
            opacity: 0;
            transform: translateX(0) translateY(-20px);
        }
        100% {
            opacity: 1;
            transform: translateX(0) translateY(0px);
        }
    }
    
    .news_data {
        padding: 60px 0 80px 0;
        overflow: hidden;
    }
    
    .news_data .w1200 {
        width: 1200px;
        margin: auto;
    }
    
    .news_data .pagetitle {
        width: 800px;
        float: left;
    }
    
    .news_data .pagetitle .h1 {
        color: #000000;
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .news_data .pagetitle .sharetitle {
        border-bottom: 1px solid #ededed;
        padding-bottom: 20px;
    }
    
    .news_data .pagetitle .sharetitle::after {
        content: "";
        display: block;
        clear: both;
    }
    
    .news_data .pagetitle .sharetitle .left {
        float: left;
    }
    
    .news_data .pagetitle .sharetitle .left>div {
        float: left;
        color: #999999;
        font-size: 14px;
        margin-right: 40px;
        line-height: 20px;
    }
    
    .news_data .pagetitle .sharetitle .left>div:last-child {
        margin-right: 0;
    }
    
    .news_data .pagetitle .sharetitle .left .time {
        color: #02403b;
        font-size: 20px;
    }
    
    .news_data .pagetitle .sharetitle .right {
        float: right;
    }
    
    .news_data .pagetitle .sharetitle .right .le {
        float: left;
        font-size: 14px;
        color: #999999;
        line-height: 21px;
        margin-right: 5px;
    }
    
    .news_data .pagetitle .sharetitle .right .ri {
        float: right;
        width: 50px;
    }
    
    .news_data .pagetitle .sharetitle .right .ri>a {
        width: 21px;
        height: 21px;
    }
    
    .news_data .pagetitle .sharetitle .right .ri .ri1 {
        float: left;
        background: url(../images/news/le.png) no-repeat;
        background-size: 21px 21px;
    }
    
    .news_data .pagetitle .sharetitle .right .ri .ri2 {
        float: right;
        background: url(../images/news/ri.png) no-repeat;
        background-size: 21px 21px;
    }
    
    .news_data .written {
        margin-top: 25px;
    }
    
    .news_data .written p {
        color: #777777;
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.6;
    }
    
    .news_data .written img {
        margin: 0 auto;
        display: block;
    }
    
    .news_data .relatednews {
        float: right;
        width: 350px;
    }
    
    .news_data .relatednews .top {
        background-color: #ebf4f4;
        padding: 40px 30px 45px 30px;
    }
    
    .news_data .relatednews .top .h1 {
        color: #02403b;
        font-size: 18px;
    }
    
    .news_data .relatednews .top .conti {
        margin-top: 25px;
        padding-bottom: 23px;
        border-bottom: 1px solid #d3e0e0;
    }
    
    .news_data .relatednews .top .conti .time {
        color: #02403b;
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .news_data .relatednews .top .conti .title {
        color: #333333;
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .news_data .relatednews .top .conti .p {
        color: #888888;
        font-size: 13px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    
    .news_data .relatednews .top .conti_a {
        margin-top: 22px;
    }
    
    .news_data .relatednews .top .conti_a .li {
        overflow: hidden;
        margin-bottom: 12px;
    }
    
    .news_data .relatednews .top .conti_a .li:last-child {
        margin-bottom: 0;
    }
    
    .news_data .relatednews .top .conti_a .li i {
        width: 4px;
        height: 4px;
        float: left;
        background-color: #cbaf2c;
        display: block;
        margin-right: 10px;
        margin-top: 4.5px;
    }
    
    .news_data .relatednews .top .conti_a .li span {
        float: left;
        font-size: 13px;
        line-height: 13px;
        color: #9fa3a3;
        height: 13px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        width: 95%;
    }
    
    .news_data .relatednews .middle {
        margin-top: 20px;
    }
    
    .news_data .relatednews .middle .middle_a {
        overflow: hidden;
    }
    
    .news_data .relatednews .middle .middle_a .left {
        float: left;
        width: 173px;
        height: 56px;
        line-height: 56px;
        border: 1px solid #e6e6e6;
        box-sizing: border-box;
        text-align: center;
        color: #888888;
        font-size: 14px;
    }
    
    .news_data .relatednews .middle .middle_a .right {
        float: right;
        width: 173px;
        height: 56px;
        line-height: 56px;
        border: 1px solid #e6e6e6;
        box-sizing: border-box;
        text-align: center;
        color: #888888;
        font-size: 14px;
    }
    
    .news_data .relatednews .middle .middle_b {
        margin-top: 5px;
        width: 100%;
        height: 56px;
        line-height: 56px;
        border: 1px solid #e6e6e6;
        box-sizing: border-box;
        text-align: center;
        color: #888888;
        font-size: 14px;
    }
    
    .news_data .relatednews .middle .middle_a>a:hover {
        color: #02403b;
    }
    
    .news_data .relatednews .middle .middle_b:hover {
        color: #02403b;
    }
    
    .news_data #fepo {
        margin-top: 15px;
    }
    
    .news_data #fepo .lo {
        float: left;
        color: #777777;
        font-size: 16px;
        line-height: 46px;
    }
    
    .news_data #fepo a {
        width: 46px;
        height: 46px;
        float: left;
        margin-right: 10px;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    
    .news_data #fepo .bshare-weixin {
        background: url(../images/news/wx.png);
        background-size: 46px 46px;
    }
    
    .news_data #fepo .bshare-weixin:hover {
        background: url(../images/news/wxon.png);
        background-size: 46px 46px;
    }
    
    .news_data #fepo .bshare-sinaminiblog {
        background: url(../images/news/wb.png);
        background-size: 46px 46px;
    }
    
    .news_data #fepo .bshare-sinaminiblog:hover {
        background: url(../images/news/wbon.png);
        background-size: 46px 46px;
    }
    
    .news_data #fepo .bshare-qzone {
        background: url(../images/news/kj.png);
        background-size: 46px 46px;
    }
    
    .news_data #fepo .bshare-qzone:hover {
        background: url(../images/news/kjon.png);
        background-size: 46px 46px;
    }
    
    .news_data #fepo .bshare-qqim {
        background: url(../images/news/qq.png);
        background-size: 46px 46px;
    }
    
    .news_data #fepo .bshare-qqim:hover {
        background: url(../images/news/qqon.png);
        background-size: 46px 46px;
    }
    
    .bsBox,
    .bsBox * {
        box-sizing: content-box;
    }
    /* rim */
    
    .facilities .traffic {
        padding: 83px 0 95px 0;
    }
    
    .facilities .traffic::after {
        content: "";
        clear: both;
        display: block;
    }
    
    .facilities .traffic .left {
        width: 739px;
        float: left;
    }
    
    .facilities .traffic .right {
        float: right;
        margin-right: -35px;
    }
    
    .facilities .traffic .h1 {
        color: #02403b;
        font-size: 30px;
        line-height: 30px;
    }
    
    .facilities .traffic .border {
        width: 84px;
        height: 4px;
        background-color: #efefef;
        margin: 20px 0;
    }
    
    .facilities .traffic .p {
        color: #646467;
        font-size: 14px;
        line-height: 24px;
    }
    
    .facilities #allmap {
        height: 420px;
        width: 100%;
    }
    
    .facilities #allmap img {
        max-width: none;
    }
    
    .facilities .purpose {
        background: url(../images//rim/2.jpg) no-repeat;
        background-size: cover;
        padding: 70px 0 61px 0;
    }
    
    .facilities .purpose .h1 {
        color: #fffbcf;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 35px;
    }
    
    .facilities .purpose .purpose_a {
        background-color: #fff;
    }
    
    .facilities .purpose .purpose_a::after {
        clear: both;
        content: "";
        display: block;
    }
    
    .facilities .purpose .purpose_a .left {
        background: #ebf4f4 url(../images/rim/2.png) no-repeat;
        background-size: 165px 157px;
        background-position: 65% 84%;
        padding: 35px 40px;
        width: 380px;
        height: 588px;
        box-sizing: border-box;
        float: left;
    }
    
    .facilities .purpose .purpose_a .right {
        float: right;
        width: 820px;
        height: 588px;
        padding: 35px 40px;
        box-sizing: border-box;
    }
    
    .facilities .purpose .purpose_a .left .li {
        cursor: pointer;
        margin-bottom: 75px;
    }
    
    .facilities .purpose .purpose_a .left .li:nth-child(1) {
        margin-top: 23px;
    }
    
    .facilities .purpose .purpose_a .left .li.on {
        background: url(../images/rim/732.png) no-repeat;
        background-size: 28px 18px;
        background-position: 77% 50%;
    }
    
    .facilities .purpose .purpose_a .left .li .cn {
        color: #484a4a;
        font-size: 24px;
        letter-spacing: 2px;
    }
    
    .facilities .purpose .purpose_a .left .li .en {
        color: #1f5651;
        font-family: "HELVETI1";
        opacity: 0.3;
        margin-top: 10px;
        text-transform: uppercase;
        font-size: 24px;
    }
    
    .facilities .purpose .purpose_a .right .li {
        display: none;
    }
    
    .facilities .purpose .purpose_a .right .li:nth-child(1) {
        display: block;
    }
    
    .facilities .purpose .purpose_a .right .li .left_a {
        margin-right: 23px;
        float: left;
    }
    
    .facilities .purpose .purpose_a .right .li .right_a {
        float: left;
        margin-top: 12px;
    }
    
    .facilities .purpose .purpose_a .right .li .right_a .route_a {
        float: left;
    }
    
    .facilities .purpose .purpose_a .right .li .right_a .route_b {
        float: left;
        background-color: #cbaf2c;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        border-radius: 20px;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        margin: 10px 0 0 40px;
    }
    
    .facilities .purpose .purpose_a .right .li .right_a .route_a .txt {
        color: #373737;
        font-size: 18px;
    }
    
    .facilities .purpose .purpose_a .right .li .right_a .route_a .txt_a {
        color: #646467;
        font-size: 14px;
        margin-top: 8px;
    }
    
    .facilities .purpose .purpose_a .right .li .right_a .route::after,
    .facilities .purpose .purpose_a .right .li .lux::after {
        content: "";
        clear: both;
        display: block;
    }
    
    .facilities .purpose .purpose_a .right .li .right_a .img {
        margin-top: 20px;
    }
    
    .facilities .purpose .purpose_a .right .li .right_a .img img {
        width: 128px;
    }
    
    .facilities .purpose .purpose_a .right .li .lux {
        margin-bottom: 55px;
    }
    
    .facilities .purpose .purpose_a .right .li .font {
        width: 740px;
        height: 518px;
        overflow: auto;
    }
    
    .facilities .purpose .purpose_a .right .li .font::-webkit-scrollbar {
        width: 8px;
        height: 5px;
        background-color: rgba(210, 210, 210, 0);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 5px;
    }
    
    .facilities .purpose .purpose_a .right .li .font::-webkit-scrollbar-thumb {
        background-color: #e6e6e6;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 5px;
    }
    
    .facilities .purpose .purpose_a .right .li .origin {
        margin-bottom: 25px;
    }
    
    .facilities .purpose .purpose_a .right .li .origin .origin_a {
        margin-bottom: 10px;
        overflow: hidden;
    }
    
    .facilities .purpose .purpose_a .right .li .origin .origin_a .origin_b {
        float: left;
        font-size: 18px;
        color: #cbaf2c;
    }
    
    .facilities .purpose .purpose_a .right .li .origin .origin_a span {
        float: left;
        margin: 0 20px;
    }
    
    .facilities .purpose .purpose_a .right .li .origin .origin_a span img {
        margin-top: -5px;
    }
    
    .facilities .purpose .purpose_a .right .li .origin .information .p {
        color: #646467;
        font-size: 14px;
        padding-left: 10px;
        position: relative;
        overflow: hidden;
    }
    
    .facilities .purpose .purpose_a .right .li .origin .information .p::after {
        content: "";
        width: 3px;
        height: 3px;
        background: #cbaf2c;
        position: absolute;
        left: 0;
        top: 10px;
    }
    
    .facilities .purpose .purpose_a .right .li .origin .information .p em {
        font-weight: bold;
        float: left;
    }
    
    .facilities .purpose .purpose_a .right .li .origin .information .p p {
        float: left;
        width: 82%;
        line-height: 22px;
    }
    
    .facilities .purpose .purpose_a .right .li .origin:nth-child(1) .information .p:nth-child(2)::after {
        opacity: 0;
    }
    
    .facilities .purpose .purpose_a .right .li .origin:nth-child(1) .information .p:nth-child(2) span {
        color: #02403b;
        font-size: 18px;
        margin-left: 10px;
    }
    
    .facilities .purpose .purpose_a .right .li .origin:nth-child(1) .information .p:nth-child(2) em {
        margin-right: 20px;
    }
    
    .facilities .purpose .txt-box .tit {
        font-size: 18px;
        color: #1d5450;
        font-weight: 800;
        padding-top: 15px;
        margin-bottom: 20px;
    }
    
    .facilities .purpose .txt-box .p-box {
        margin-bottom: 25px;
    }
    
    .facilities .purpose .txt-box p {
        position: relative;
        font-size: 14px;
        color: rgba(100, 100, 103, 0.7);
    }
    
    .facilities .purpose .txt-box .p-box p {
        padding-left: 10px;
    }
    
    .facilities .purpose .txt-box p em {
        color: rgba(100, 100, 103, 1);
    }
    
    .facilities .purpose .txt-box .p-box p::before {
        content: "";
        position: absolute;
        left: 0;
        top: 11px;
        width: 3px;
        height: 3px;
        background: #cbaf2c;
    }
    
    .facilities .purpose .txt-box .p-box2 {
        margin-bottom: 25px;
    }
    
    .facilities .purpose .txt-box .p-box2 h6 {
        font-size: 16px;
        color: #323233;
        margin-bottom: 5px;
    }
    
    .facilities .purpose .txt-box .p-box2 .le {
        float: left;
        font-size: 14px;
        color: #646467;
    }
    
    .facilities .purpose .txt-box .p-box2 .ri {
        float: left;
    }
    
    .facilities .purpose .txt-box .p-box3 h6 {
        font-size: 16px;
        color: #323233;
        margin-bottom: 5px;
    }
    
    .bus_banner .bus4_banner {
        position: relative;
        width: 100%;
        height: 466px;
    }
    
    .bus_banner .btn_list .btn {
        position: absolute;
        width: 40px;
        height: 40px;
    }
    
    .bus_banner .btn_list .b_prev {
        top: 50%;
        left: -30px;
        transform: translateY(-50%);
        background: url(../images/rim/le.png) no-repeat;
        background-size: 40px 40px;
        box-shadow: 2px 0 15px 0 rgba(132, 132, 132, 0.68);
        border-radius: 50%;
        opacity: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    
    .bus_banner .btn_list .b_next {
        top: 50%;
        right: -30px;
        transform: translateY(-50%);
        background: url(../images/rim/ri.png) no-repeat;
        background-size: 40px 40px;
        box-shadow: 2px 0 15px 0 rgba(132, 132, 132, 0.68);
        border-radius: 50%;
        opacity: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    
    .bus_banner .bus4_banner:hover .b_prev {
        opacity: 1;
        left: -20px;
    }
    
    .bus_banner .bus4_banner:hover .b_next {
        opacity: 1;
        right: -20px;
    }
    
    .bus_banner .bus4_banner .hd {
        background: rgba(10, 10, 10, 0.6);
        border-radius: 20px;
        padding: 0 40px;
        height: 41px;
        line-height: 36px;
        position: absolute;
        bottom: 30px;
        left: 50px;
    }
    
    .bus_banner .bus4_banner .hd li {
        background-color: #fff;
        width: 16px;
        height: 4px;
        display: inline-block;
        margin-right: 5px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        position: relative;
    }
    
    .bus_banner .bus4_banner .hd li.on {
        width: 42px;
    }
    
    .bus_banner .bus4_banner .hd li.on::after {
        content: "";
        width: 42px;
        height: 4px;
        background: #f08300;
        position: absolute;
        left: 0;
        top: 0;
        animation: h_schedule_a 5s ease-out;
        -webkit-animation: h_schedule_a 5s ease-out;
    }
    
    @keyframes h_schedule_a {
        0% {
            width: 0;
        }
        100% {
            width: 42px;
        }
    }
    
    .beverage {
        padding: 50px 0 0 70px;
    }
    
    .bus_banner .text {
        background-color: #f9f9f9;
        padding: 55px 50px;
        overflow: hidden;
    }
    
    .bus_banner .text .left {
        float: left;
        color: #02403b;
        font-size: 24px;
        position: relative;
        padding-right: 66px;
        width: 162px;
        line-height: 60px;
    }
    
    .bus_banner .text .left::after {
        content: "";
        width: 4px;
        height: 60px;
        background: linear-gradient(#e6e6e6, #eeeeee);
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .bus_banner .text .right {
        float: right;
        width: calc(100% - 228px);
    }
    
    .beverage .bus_banner {
        margin-bottom: 50px;
    }
    
    .dation .dation_banner {
        overflow: hidden;
        height: 632px;
        margin: 50px 0;
    }
    
    .dation .dation_banner .w1200 {
        position: relative;
        height: 100%;
    }
    
    .dation .dation_banner .dation4_banner {
        position: absolute;
        width: 1024px;
        top: 0;
        left: -424px;
        height: 100%;
    }
    
    .dation .dation_banner .dation4_banner .bd {
        height: 100%;
    }
    
    .dation .dation_banner .dation4_banner ul {
        height: 100%;
        width: 100%;
    }
    
    .dation .dation_banner .dation4_banner ul li {
        height: 100%;
    }
    
    .dation .dation_banner .dation4_banner ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .dation .dation_banner .ation {
        position: absolute;
        width: 1024px;
        top: 0;
        right: -424px;
        height: 100%;
        padding: 93px 0 65px 60px;
        background: url(../images/rim/rimbg.jpg) no-repeat;
    }
    
    .dation .dation_banner .ation .btn_list .btn {
        position: absolute;
        width: 54px;
        height: 54px;
        bottom: 65px;
    }
    
    .dation .dation_banner .ation .btn_list .b_prev {
        left: 60px;
        background: #02403b url(../images/rim/le1.png) no-repeat;
        background-size: 5px 8px;
        background-position: 50% 50%;
    }
    
    .dation .dation_banner .ation .btn_list .b_next {
        left: 118px;
        background: #02403b url(../images/rim/ri1.png) no-repeat;
        background-size: 5px 8px;
        background-position: 50% 50%;
    }
    
    .dation .dation_banner .ation .hd {
        position: absolute;
        left: 200px;
        bottom: 77px;
        color: #969696;
        font-size: 20px;
        width: 80%;
    }
    
    .dation .dation_banner .ation .hd span {
        float: left;
    }
    
    .dation .dation_banner .ation .hd .z_i {
        color: #3d3d3d;
        font-size: 30px;
        margin-right: 3px;
    }
    
    .dation .dation_banner .ation .hd .all {
        margin-top: 3px;
    }
    
    .dation .dation_banner .ation .text {
        width: 540px;
        position: relative;
    }
    
    .dation .dation_banner .ation .text .h1 {
        color: #02403b;
        font-size: 30px;
        letter-spacing: 5px;
        line-height: 30px;
    }
    
    .dation .dation_banner .ation .text .p {
        color: #646467;
        font-size: 14px;
        margin-top: 20px;
    }
    
    .dation .dation_banner .ation .text .en {
        content: "";
        position: absolute;
        /* width: 64px;
  height: 484px; */
        /* background: url(../images/rim/Condominium.png) no-repeat;
  background-size: 100% 100%; */
        top: 30px;
        right: 24%;
        top: -55px;
        right: -20%;
    }
    
    .dation.center .dation_banner .ation .text .en {
        top: -15px;
        right: -30%;
    }
    
    .dation.center .dation_banner .ation {
        padding-top: 50px;
    }
    
    .dation .dation_banner .ation .text .icon {
        margin-top: 45px;
    }
    
    .dation .dation_banner:nth-child(2) .ation .text .icon {
        margin-top: 65px;
    }
    
    .dation .dation_banner .ation .text .icon li {
        float: left;
        margin-right: 40px;
        width: 78px;
    }
    
    .dation .dation_banner .ation .text .icon li .img {
        width: 78px;
        height: 78px;
        background: #cbaf2c no-repeat center;
        margin-bottom: 7px;
        border-radius: 50%;
    }
    
    .center {
        padding-top: 30px;
    }
    
    .dation.center .dation_banner {
        margin: 0;
    }
    
    .dation .dation_banner2 .ation {
        left: -424px;
        right: auto;
        padding-left: 420px;
    }
    
    .dation.center .dation_banner2 .ation .text .en {
        right: auto;
        left: -30%;
    }
    
    .dation .dation_banner2 .dation4_banner {
        right: -424px;
        left: auto;
    }
    
    .dation .dation_banner2 .ation .hd .tip {
        float: right;
    }
    
    .dation .dation_banner2 .ation .line {
        right: auto;
        left: 0;
    }
    
    .dation .dation_banner:nth-child(2) .ation .line {
        background-color: #dae5e4;
    }
    
    .dation .dation_banner2 .ation .btn_list .b_prev {
        right: 118px;
        left: auto;
    }
    
    .dation .dation_banner2 .ation .hd {
        left: auto;
        right: 205px;
    }
    
    .dation .dation_banner2 .ation .btn_list .b_next {
        right: 60px;
        left: auto;
    }
    
    .dation .dation_banner:nth-child(3) .ation .text .h1 {
        padding-top: 80px;
    }
    
    .dation .dation_banner:nth-child(4) .ation .text {
        margin-top: 80px;
    }
    
    .dation.center .dation_banner:nth-child(4) .ation .text .en {
        top: 0;
    }
    
    .dation .dation_banner:nth-child(5) .ation .text {
        margin-top: 80px;
    }
    
    .dation.center .dation_banner:nth-child(5) .ation .text .en {
        top: -85px;
    }
    
    .dation .dation_banner .ation .text .num {
        position: relative;
        padding-left: 17px;
        margin-top: 70px;
    }
    
    .dation .dation_banner .ation .text .num::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        width: 4px;
        height: 75px;
        background: #cbaf2c;
    }
    
    .dation .dation_banner .ation .text .num em {
        position: relative;
        font-family: "HELVETI1";
        font-size: 66px;
        color: #000000;
        line-height: 1;
    }
    
    .dation .dation_banner .ation .text .num em::after {
        content: "";
        position: absolute;
        right: -30px;
        top: 0;
        width: 24px;
        height: 24px;
        background: url(../images/index/ipg3-num.png) no-repeat center;
    }
    
    .dation .dation_banner .ation .text .num p {
        font-size: 14px;
        color: #000;
        opacity: 0.7;
    }
    
    .dation .dation_banner .ation .text .icon li p {
        text-align: center;
        font-size: 14px;
        color: #4a4c4c;
    }
    
    .dation .dation_banner .ation .text .p p {
        margin-bottom: 15px;
    }
    
    .dation .dation_banner .ation .text .address {
        margin-top: 47px;
    }
    
    .dation .dation_banner .ation .text .address .address_a {
        color: #4a4a4c;
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .dation .dation_banner .ation .text .address .address_a:last-child {
        margin-bottom: 0;
    }
    
    .dation .dation_banner .ation .text .address em {
        color: #cbaf2c;
        font-size: 30px;
        font-family: "Gilroy-Bold";
    }
    
    .dation .dation_banner .ation .line {
        height: 3px;
        background-color: #d5d5d5;
        width: 88%;
        position: absolute;
        right: 0;
        bottom: 11px;
    }
    
    .dation .dation_banner .ation .text .address .address_a span {
        float: left;
    }
    
    .dation .dation_banner .ation .text .address .address_a em {
        float: left;
    }
    
    @media (max-width: 1650px) {
        .dation .dation_banner .ation .line {
            width: 86%;
        }
    }
    
    @media (max-width: 1400px) {
        #header .lf {
            padding-left: 50px;
            width: 350px;
        }
        #header.on .lf {
            width: 200px;
        }
        #header .h_right>ul li a {
            margin-right: 40px;
        }
    }
    
    .data .ipg1 {
        padding-top: 60px;
    }
    
    .data .ipg1 li {
        float: left;
        width: 244px;
        height: 166px;
        margin-right: 10px;
    }
    
    .data .ipg1 li a {
        width: 244px;
        height: 166px;
        background: #dfdfdf;
        padding: 28px;
    }
    
    .data .ipg1 li h6 {
        font-size: 24px;
        color: #3f3f3f;
        line-height: 1;
        margin-bottom: 3px;
    }
    
    .data .ipg1 li .en {
        font-size: 24px;
        color: rgba(0, 0, 0, 0.2);
        font-family: "HELVETI1";
        line-height: 1;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    
    .data .ipg1 li .btn {
        width: 47px;
        height: 10px;
        background: url(../images/data/enter1.png) no-repeat center;
    }
    
    .data .ipg1 li.on {
        position: relative;
        z-index: 2;
    }
    
    .data .ipg1 li.on a {
        background: #f08300;
    }
    
    .data .ipg1 li.on h6 {
        color: #fff;
    }
    
    .data .ipg1 li.on .btn {
        width: 87px;
        background: url(../images/data/enter2.png) no-repeat center;
    }
    
    .data .ipg2,.data .ipg3 {
        position: relative;
        padding: 70px 0 60px;
        background: #ebf4f4 url(../images/data/bg1.jpg) no-repeat center top;
        margin-top: -34px;
    }

    .ipg-table .hd{
        height: 43px;
        border-bottom: 3px solid #dde4e4;
        margin-bottom: 30px;
    }

    .ipg-table .hd .btn{
        position: relative;
        float: left;
        font-size: 15px;
        height: 40px;
        cursor: pointer;
        line-height: 40px;
        color: #989c9c;
        margin-right: 25px;
        transition: all .3s;
    }

    .ipg-table .hd .btn:after{
        position: absolute;
        content: "";
        display: block;
        width: 0;
        height:3px;
        background: #f08300;
        transition: all .3s;
    }

    .ipg-table .hd .on{
        font-size: 20px;
        color: #f08300;
    }
    .ipg-table .hd .btn:hover{
        color: #f08300;
    }

    .ipg-table .hd .on:after{
        width: 100%;
    }
    
    .data .ipg2 ul {
        width: 1220px;
    }
    
    .data .ipg2 li {
        width: 390px;
        height: 260px;
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    
    .data .ipg2 li .img {
        position: relative;
        width: 390px;
        height: 200px;
        background: #fff;
        vertical-align: middle;
        text-align: center;
        line-height: 198px;
    }
    
    .data .ipg2 li .img img {
        display: inline-block;
        margin: 0 auto;
    }
    
    .data .ipg2 li .img .mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: all 0.5s;
    }
    
    .data .ipg2 li .img .mask .btn {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin: 0 auto;
        margin-top: -25px;
        width: 158px;
        height: 50px;
        border-radius: 50px;
        text-align: center;
        font-size: 14px;
        color: #3f3f3f;
        line-height: 50px;
        background: #fff;
        cursor: pointer;
    }
    
    .data .ipg2 li .font {
        width: 100%;
        height: 58px;
        line-height: 58px;
        padding: 0 15px;
        font-size: 14px;
        color: #3f3f3f;
        text-align: center;
        background: #dce5e5;
        transition: all 0.5s;
        overflow: hidden;
    }
    
    .data .ipg2 li:hover .mask {
        opacity: 1;
    }
    
    .data .ipg2 li:hover .font {
        background: #02403b;
        color: #fff;
    }
    
    .data .ipg2 .more {
        background: #cbaf2c;
        width: 180px;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        color: #ffffff;
        border-radius: 30px;
        margin: 50px auto 0 auto;
        padding: 0 40px;
    }
    
    .data .ipg2 .more .text {
        float: left;
    }
    
    .data .ipg2 .more .dot_box {
        float: left;
        margin-top: -3px;
        margin-right: 10px;
    }
    
    .data .ipg2 .more .dot_box .i {
        width: 4px;
        height: 4px;
        display: inline-block;
        margin-right: 3px;
        background: #dfffff;
    }
    
    .data .ipg2 .more .dot_box .i:nth-child(2) {
        background: #d7dfab;
    }
    
    .data .ipg2 .more .dot_box .i:nth-child(3) {
        background: #cfbf56;
    }
    
    .data .ipg2 .more:hover .dot_box .i {
        animation: today_only linear 0.8s 1 backwards;
        -webkit-animation: today_only linear 0.8s 1 backwards;
    }
    
    .data .ipg2 .more:hover .dot_box .i:nth-child(2) {
        animation-delay: 0.2s;
    }
    
    .data .ipg2 .more:hover .dot_box .i:nth-child(3) {
        animation-delay: 0.4s;
    }
    
    .legal-box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1001;
        display: none;
    }
    
    .legal-box var {
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.7;
        filter: Alpha(opacity=70);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }
    
    .legal-box .cont {
        position: absolute;
        top: 0;
        right: 0;
        width: 620px;
        height: 100%;
        background: #02403b;
        z-index: 20;
        padding: 5% 50px;
        right: -100%;
        transition: all 0.8s;
    }
    
    .legal-box.on .cont {
        right: 0;
    }
    
    .legal-box .cont .close {
        position: absolute;
        top: 40px;
        right: 50px;
        width: 24px;
        height: 24px;
        background: url(../images/close.png) no-repeat center;
        cursor: pointer;
    }
    
    .legal-box .cont .tit {
        padding-bottom: 20px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    }
    
    .legal-box .cont .tit .en {
        font-size: 30px;
        color: #fff;
        font-family: "Gilroy-Bold";
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 5px;
    }
    
    .legal-box .cont .tit .cn {
        font-size: 18px;
        color: #fff;
    }
    
    .legal-box .cont .font h6 {
        padding-top: 40px;
        font-size: 16px;
        color: #fff;
        margin-bottom: 8px;
    }
    
    .legal-box .cont .font p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 10px;
    }
    
    .serch-box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1001;
        display: none;
    }
    
    .serch-box var {
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.7;
        filter: Alpha(opacity=70);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }
    
    .serch-box .cont {
        position: absolute;
        top: 0;
        right: 0;
        width: 620px;
        height: 100%;
        background: #02403b;
        z-index: 20;
        padding: 185px 50px;
        right: -100%;
        transition: all .8s;
    }
    
    .serch-box.on .cont {
        right: 0;
    }
    
    .serch-box .cont .close {
        position: absolute;
        top: 40px;
        right: 50px;
        width: 24px;
        height: 24px;
        background: url(../images/close.png) no-repeat center;
        cursor: pointer;
    }
    
    .serch-box .cont .icon {
        width: 72px;
        height: 72px;
        background: url(../images/search-1.png);
        margin-bottom: 35px;
    }
    
    .serch-box .cont .en {
        font-size: 30px;
        color: #fff;
        font-family: "Gilroy-Bold";
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 5px;
    }
    
    .serch-box .cont .cn {
        font-size: 18px;
        color: #fff;
    }
    
    .serch-box .cont .inp {
        position: relative;
        margin-top: 70px;
        height: 50px;
        border-bottom: 2px solid #fff;
    }
    
    .serch-box .cont .inp input {
        width: 460px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.3);
    }
    
    .serch-box .cont .inp input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.3);
        font-size: 14px;
    }
    
    .serch-box .cont .inp input:-moz-placeholder {
        color: rgba(255, 255, 255, 0.3);
        font-size: 14px;
    }
    
    .serch-box .cont .inp input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.3);
        font-size: 14px;
    }
    
    .serch-box .cont .inp input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.3);
        font-size: 14px;
    }
    
    .serch-box .cont .inp .btn {
        position: absolute;
        right: 0;
        bottom: 8px;
        width: 23px;
        height: 23px;
        background: url(../images/search-btn.png) no-repeat center;
        cursor: pointer;
    }
    
    .web-box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1001;
        display: none;
    }
    
    .web-box var {
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.7;
        filter: Alpha(opacity=70);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }
    
    .web-box .cont {
        position: absolute;
        top: 0;
        right: 0;
        width: 620px;
        height: 100%;
        background: #02403b;
        z-index: 20;
        padding: 4% 50px;
        right: -100%;
        transition: all 0.8s;
    }
    
    .web-box.on .cont {
        right: 0;
    }
    
    .web-box .cont .close {
        position: absolute;
        top: 40px;
        right: 50px;
        width: 24px;
        height: 24px;
        background: url(../images/close.png) no-repeat center;
        cursor: pointer;
    }
    
    .web-box .cont .slogan {
        font-size: 40px;
        color: #fff;
        letter-spacing: 10px;
        margin-bottom: 60px;
        line-height: 1;
    }
    
    .web-box .cont .tit {
        padding-bottom: 20px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 35px;
    }
    
    .web-box .cont .tit .en {
        font-size: 30px;
        color: #fff;
        font-family: "Gilroy-Bold";
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 5px;
    }
    
    .web-box .cont .tit .cn {
        font-size: 18px;
        color: #fff;
    }
    
    .web-box .cont .nav {
        padding-bottom: 50px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 40px;
    }
    
    .web-box .cont .nav li {
        margin-bottom: 15px;
    }
    
    .web-box .cont .nav li .left {
        float: left;
        width: 100px;
        position: relative;
        background: url(../images/map/ic1.png) no-repeat center right;
    }
    
    .web-box .cont .nav li:first-child .left {
        background: none;
    }
    
    .web-box .cont .nav li:nth-child(5) .left {
        background: none;
    }
    
    .web-box .cont .nav li .left a {
        font-size: 14px;
        color: #fff;
    }
    
    .web-box .cont .nav li .left::before {
        content: "";
        position: absolute;
        left: -12px;
        top: 50%;
        margin-top: -1.5px;
        width: 3px;
        height: 3px;
        background: #fff;
    }
    
    .web-box .cont .nav li .right {
        float: left;
        width: 380px;
    }
    
    .web-box .cont .nav li .right a {
        float: left;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        margin-left: 20px;
    }
    
    .web-box .cont .bom .left {
        float: left;
        width: 260px;
    }
    
    .web-box .cont .bom .left .call {
        padding-left: 45px;
        line-height: 36px;
        background: url(../images/map/call.png) no-repeat center left;
        color: #cbaf2c;
        font-size: 24px;
        font-family: 'Gilroy-Bold';
        margin-bottom: 10px;
    }
    
    .web-box .cont .bom .left p {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.4);
    }
    
    .web-box .cont .bom .right {
        float: right;
        width: 120px;
    }
    
    .web-box .cont .bom .right .ewm {
        width: 110px;
        height: 110px;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    
    .web-box .cont .bom .right p {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.4);
        text-align: center;
    }
    
    .news-res .res h6 {
        font-size: 30px;
        color: #333;
        line-height: 1;
        margin-bottom: 15px;
    }
    
    .news-res .res p {
        font-size: 14px;
        color: #999;
    }
    
    .news-res .res p em {
        color: #02403b;
    }
    
    #test-n1 .layui-laydate-footer {
        display: none;
    }
    
    #test-n1 .layui-laydate-content {
        display: none;
    }
    
    #test-n1 .laydate-next-y {
        display: none;
    }
    
    #test-n1 .laydate-prev-y {
        display: none;
    }
    
    #test-n1 .layui-laydate {
        width: 100%;
        box-shadow: none;
        border: none;
    }
    
    #test-n1 .layui-laydate-main {
        width: 100%;
        border: none;
    }
    
    #test-n1 .layui-laydate-header {
        border: none;
        cursor: pointer;
        width: 300px;
        position: static;
        margin: 0 auto;
    }
    
    #test-n1 .layui-laydate-header i {
        color: rgba(210, 210, 210, 0);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    #test-n1 .laydate-next-m {
        width: 10px;
        height: 20px;
        background: url(../images/expo/date-ri.png) no-repeat center;
        right: 0;
    }
    
    #test-n1 .laydate-prev-m {
        width: 10px;
        height: 20px;
        background: url(../images/expo/date-le.png) no-repeat center;
        left: 0;
    }
    
    #test-n1 .laydate-set-ym span {
        color: #333;
        font-size: 24px;
        letter-spacing: 1px;
        font-family: "HELVETI1";
        transition: all .5s;
    }
    
    #test-n1 .layui-laydate-header:hover span {
        color: #cbaf2c;
    }
    
    #test-n1 .laydate-set-ym {
        pointer-events: none;
    }
    
    .Daylist table {
        table-layout: fixed;
    }
    
    .ex-date .ipg1 .Calendar_body td {
        width: 107.5px !important;
    }
    
    .ico1 #test-n1 .layui-laydate {
        background: #325551;
    }
    
    .ico1 #test-n1 .laydate-next-m {
        width: 8px;
        height: 13px;
        background: url(../images/date-right.png) no-repeat center;
        right: 0;
    }
    
    .ico1 #test-n1 .laydate-prev-m {
        width: 8px;
        height: 13px;
        background: url(../images/data-left.png) no-repeat center;
        left: 0;
    }
    
    .ico1 #test-n1 .laydate-set-ym span {
        color: #adcdca;
    }
    
    .ico1 #test-n1 .layui-laydate-header:hover .laydate-set-ym span {
        color: #fff;
    }
    
    .center3.expo3 .show-box .cont-ul .back {
        display: none;
    }
    
    .center3.expo3 .show-box .tab li {
        height: 233px;
        line-height: 233px;
    }
    
    .expo3 table {
        table-layout: fixed;
    }
    
    .res-box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1001;
        display: none;
    }
    
    .res-box var {
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.7;
        filter: Alpha(opacity=70);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }
    
    .res-box .cont {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        width: 590px;
        height: 300px;
        margin: 0 auto;
        margin-top: -150px;
        z-index: 20;
    }
    
    .res-box .cont .box {
        width: 270px;
        height: 300px;
        float: left;
        background: #FFF;
        border-radius: 20px;
        padding-top: 60px;
    }
    
    .res-box .cont .box .icon {
        width: 90px;
        height: 90px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    
    .res-box .cont .box p {
        font-size: 20px;
        color: #333333;
        text-align: center;
        margin-bottom: 25px;
        letter-spacing: 5px;
    }
    
    .res-box .cont .box .btn {
        width: 47px;
        height: 10px;
        background: url(../images/index/ind-btn1.png) no-repeat center;
        margin: 0 auto;
    }
    
    .res-box .cont .box.right {
        float: right;
    }
    
    .expo5 .ipg1 {
        width: 760px;
        height: 1375px;
        margin: 0 auto;
        background: url(../images/expo/ex5-bg.png) no-repeat center;
        margin-top: 80px;
    }
    
    .expo5 .ipg1 .top {
        background: transparent;
    }
    
    .expo5 .ipg1 .top h6 {
        font-size: 18px;
        color: #02403b;
        text-align: center;
        margin-bottom: 8px;
        font-weight: bold;
    }
    
    .expo5 .ipg1 .top p {
        font-size: 14px;
        color: #5e5f64;
        text-align: center;
    }
    
    .expo5 .ipg1 .top p a {
        display: inline-block;
        color: #f02b2b;
        border-bottom: 1px solid #f02b2b;
        line-height: 1.4;
        margin-bottom: 25px;
    }
    
    .expo5 .ipg1 .top .btn {
        width: 132px;
        height: 46px;
        margin: 0 auto;
        padding-left: 50px;
        font-size: 14px;
        color: #fff;
        line-height: 46px;
        background: #cbaf2c url(../images/expo/href.png) no-repeat 27px center;
        margin-bottom: 108px;
    }
    
    .expo5 .ipg1 li {
        margin-bottom: 131px;
        text-align: center;
    }
    
    .expo5 .ipg1 li p {
        font-size: 14px;
        color: #5e5f64;
        text-align: center;
        line-height: 1;
    }
    
    .expo5 .ipg1 li p a {
        display: inline-block;
        color: #f02b2b;
        border-bottom: 1px solid #f02b2b;
        line-height: 1.4;
    }
    
    .expo5 .ipg1 li.sus p {
        position: relative;
        display: inline-block;
        color: #5ccb7e;
    }
    
    .expo5 .ipg1 li.sus p::before {
        content: "";
        position: absolute;
        top: -11px;
        left: -45px;
        width: 36px;
        height: 36px;
        background: url(../images/expo/ex5-ic1.png) no-repeat center;
    }
    
    .swi-list .swi1 {
        position: relative;
        height: 80px;
        width: 1076px;
        margin: 0 auto;
        background: url(../images/add/line.png) no-repeat center 30px;
        padding-left: 35px;
        margin-top: 50px;
        margin-bottom: 40px;
        z-index: 10;
    }

    .swi-list .swi1 .swiper-wrapper{
        position:absolute;
        left:35px;
        top:0;
    }

    .swi-list .swi1 .swiper-slide{
        float:left;
        width:58px;
        margin-right: 12px;
    }
    
    .swi-list .swi1 .swiper-slide .moth {
        font-size: 15px;
        color: #666666;
        margin-top: -2px;
    }
    
    .swi-list .swi1 .swiper-slide.swiper-slide-thumb-active .moth {
        color: #cbaf2c;
    }
    
    .swi-list .swi1 .swiper-slide {
        cursor: pointer;
    }
    
    .swi-list .swi1 .swiper-slide i {
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 2px solid #c7c7c7;
        background: #fff;
        transition: all .5s;
    }
    
    .swi-list .swi1 .swiper-slide.swiper-slide-thumb-active i {
        background: #cbaf2c;
        border: 2px solid #cbaf2c;
    }
    
    .swi-list .swi1 .swiper-slide .years {
        font-size: 20px;
        color: #212121;
        margin-left: -20px;
        margin-top: 10px;
    }
    
    .swi-list .swi2 {
        padding-top: 120px;
        margin-top: -120px;
    }
    
    .swi-list .swi2 .swiper-slide {
        width: 100%;
    }
    
    .swi-list .swi2 .swi-next {
        position: absolute;
        top: 0;
        right: 0;
        width: 62px;
        height: 62px;
        background: url(../images/add/right-btn.png) no-repeat center;
        cursor: pointer;
        z-index: 10;
    }
    
    .swi-list .swi2 .swi-prev {
        position: absolute;
        top: 0;
        left: 0;
        width: 62px;
        height: 62px;
        background: url(../images/add/left-btn.png) no-repeat center;
        cursor: pointer;
        z-index: 10;
    }
    
    .swi-list .swi2 .swiper-slide .tips .pic {
        width: 390px;
        height: 303px;
        margin: 0 auto;
        background: url(../images/add/tips.png) no-repeat center;
    }
    
    .swi-list .swi2 .swiper-slide .tips h6 {
        font-size: 18px;
        color: #666;
        text-align: center;
        margin-bottom: 60px;
    }
    
    .swi-list .swi2 ul {
        width: 1230px;
    }
    
    .swi-list .swi2 li {
        position: relative;
        float: left;
        width: 388px;
        height: 380px;
        margin-right: 18px;
        margin-bottom: 18px;
    }
    
    .swi-list .swi2 li .img {
        width: 388px;
        height: 260px;
        overflow: hidden;
        background: #c7c7c7;
    }
    
    .swi-list .swi2 li .font {
        width: 388px;
        height: 120px;
        border: 1px solid #dcdcdc;
        border-top: none;
        background: #fff;
        padding: 0 25px;
        font-size: 0;
        line-height: 112px;
    }
    
    .swi-list .swi2 li .font .mid {
        vertical-align: middle;
        display: inline-block;
    }
    
    .swi-list .swi2 li .box1 {
        position: relative;
        z-index: 2;
        width: 388px;
        height: 380px;
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
        transition: all .6s;
    }
    
    .swi-list .swi2 li .box1 .font h6 {
        font-size: 16px;
        color: #666;
        margin-bottom: 10px;
        line-height: 1.6;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    
    .swi-list .swi2 li .box1 .font p {
        font-size: 14px;
        color: #02403b;
        line-height: 1.2;
        
    }

    .swi-list .swi2 li .box1 .font .delay{
        color: #fff;
        width: 100px;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #02403b;
    }
    
    .swi-list .swi2 li .box2 {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 388px;
        height: 380px;
        background: #02403b;
        padding: 40px 20px 40px 30px;
        -webkit-transform: rotateY( -180deg);
        -moz-transform: rotateY(-180deg);
        transform: rotateY( -180deg);
        transition: all .6s;
    }
    
    .swi-list .swi2 li .box2 .box-s {
        overflow: auto;
        height: 300px;
        padding-right: 10px;
    }
    
    .swi-list .swi2 li .box2 .box-s::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #285c58;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 0;
    }
    
    .swi-list .swi2 li .box2 .box-s::-webkit-scrollbar-thumb {
        background-color: rgba(225, 225, 225, 0.5);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 0;
    }
    
    .swi-list .swi2 li:hover .box1 {
        z-index: 1;
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    
    .swi-list .swi2 li:hover .box2 {
        z-index: 2;
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    
    .swi-list .swi2 li .box2 h6 {
        font-size: 18px;
        color: #fff;
        margin-bottom: 5px;
    }
    
    .swi-list .swi2 li .box2 .en {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.3);
        text-transform: uppercase;
        padding-bottom: 15px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.3);
        margin-bottom: 20px;
    }
    
    .swi-list .swi2 li .box2 p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.3);
        margin-bottom: 3px;
        text-align: left;
    }

    .swi-list .swi2 li.active .box1:after {
        content:"";
        display:block;
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        z-index: 5;
        box-sizing: border-box;
        border:1px solid #02403b;
    }

    .swi-list .swi2 li.active .font{
        border:0 none;
    }
    
    .swi-list .more {
        background: #cbaf2c;
        width: 180px;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        color: #ffffff;
        border-radius: 30px;
        margin: 50px auto 20px auto;
        padding: 0 40px;
    }
    
    .swi-list .more .text {
        float: left;
    }
    
    .swi-list .more .dot_box {
        float: left;
        margin-top: -3px;
        margin-right: 10px;
    }
    
    .swi-list .more .dot_box .i {
        width: 4px;
        height: 4px;
        display: inline-block;
        margin-right: 3px;
        background: #dfffff;
    }
    
    .swi-list .more .dot_box .i:nth-child(2) {
        background: #d7dfab;
    }
    
    .swi-list .more .dot_box .i:nth-child(3) {
        background: #cfbf56;
    }
    
    .swi-list .more:hover .dot_box .i {
        animation: today_only linear 0.8s 1 backwards;
        -webkit-animation: today_only linear 0.8s 1 backwards;
    }
    
    .swi-list .more:hover .dot_box .i:nth-child(2) {
        animation-delay: 0.2s;
    }
    
    .swi-list .more:hover .dot_box .i:nth-child(3) {
        animation-delay: 0.4s;
    }
    
    .cont-li .icon {
        position: relative;
    }
    
    #show::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 225px;
        width: 213px;
        height: 156px;
        background: url(../images/add/3F.png) no-repeat center;
    }
    
    #show2::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 110px;
        width: 213px;
        height: 156px;
        background: url(../images/add/2.5F.png) no-repeat center;
    }
    
    #show3::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 225px;
        width: 213px;
        height: 156px;
        background: url(../images/add/2F.png) no-repeat center;
    }
    
    #show4::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 110px;
        width: 213px;
        height: 156px;
        background: url(../images/add/1.5F.png) no-repeat center;
    }
    
    #show5::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 110px;
        width: 213px;
        height: 156px;
        background: url(../images/add/1F.png) no-repeat center;
    }
    
    #show6::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 110px;
        width: 213px;
        height: 156px;
        background: url(../images/add/B1.png) no-repeat center;
    }
    
    #show7::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 110px;
        width: 213px;
        height: 156px;
        background: url(../images/add/B2.png) no-repeat center;
    }
    
    .backtop {
        width: 72px;
        text-align: center;
        height: 72px;
        background: url(../images/add/back-top.png) no-repeat center center;
        position: fixed;
        bottom: 30px;
        right: 70px;
        z-index: 1000;
        cursor: pointer;
        display: none;
        transition: all 0.5s;
        z-index: 1006;
    }
    
    .backtop:hover {
        background: url(../images/add/back-top2.png) no-repeat center center;
    }


    .bbb {
        position: absolute;
        top: 0;
        right: 0;
        width: 62px;
        height: 62px;
        background: url(../images/add/right-btn.png) no-repeat center;
        cursor: pointer;
        z-index: 10;
    }
    .aaa {
        position: absolute;
        top: 0;
        left: 0;
        width: 62px;
        height: 62px;
        background: url(../images/add/left-btn.png) no-repeat center;
        cursor: pointer;
        z-index: 10;
    }
    .swi-list .swi2 .swi-prev,
    .swi-list .swi2 .swi-next {
        z-index: -1;
    }